Html Css Color HEX #C33832 Persian Red

📋 copy color: '#C33832'

red 195 ◦ green 56 ◦ blue 50

#C33832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C33832

Tints of Persian Red #C33832

RGB

 RED value IS 195 (76.56% from 255) = 64.78%

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 64.78%
G = 18.6%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C33832 (or 0xC33832) is known color: Persian Red. HEX triplet: C3, 38 and 32. RGB value is (195,56,50). Sum of RGB (Red+Green+Blue) = 195+56+50=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33832 is #3CC7CD. Grayscale: #616161. Windows color (decimal): -3983310 or 3291331. OLE color: 3291331.

HSL color Cylindrical-coordinate representation of color #C33832: hue angle of 2.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33832 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 50 -
CMYK 0 0.71 0.74 0.24
HSL 2.48º 0.59% 0.48% -
HSV(B) 2.48º 0.74% 0.76% -
XYZ 24.5 14.66 4.56 -
YUV 96.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 195 56 50 0 0.71 0.74 0.24 2.48 0.59 0.48
Hex C3 38 32 0 47 4A 18 2 3B 30
Octal 303 70 62 0 107 112 30 2 73 60
Binary 11000011 111000 110010 0 1000111 1001010 11000 10 111011 110000

Color Harmonies of #C33832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33832

Black with #C33832

Text Example


Text Example

White with #C33832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33832; }

 p { color: rgb(195,56,50); }

 H1.HeaderClassName
 {
   color: #C33832;
 }
 .AnyTagClassName
 {
   color: #C33832;
 }
</style>

background-color css

<style>
 a { background-color: #C33832; }

 a { background-color: rgb(195,56,50); }

 div.DivClassName
 {
   background-color: #C33832;
 }
 .BgClassName
 {
   background-color: #C33832;
 }
</style>

border-color css

<style>
 span { border-color: #C33832; }

 span { border-color: rgb(195,56,50); }

 td.TdClassName
 {
   border-color: #C33832;
 }
 .TagClassName
 {
   border-color: #C33832;
 }
</style>