Html Css Color HEX #C33E32 Persian Red

📋 copy color: '#C33E32'

red 195 ◦ green 62 ◦ blue 50

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

Shades of Persian Red #C33E32

Tints of Persian Red #C33E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

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

R = 63.52%
G = 20.2%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C33E32 (or 0xC33E32) is known color: Persian Red. HEX triplet: C3, 3E and 32. RGB value is (195,62,50). Sum of RGB (Red+Green+Blue) = 195+62+50=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E32 is #3CC1CD. Grayscale: #646464. Windows color (decimal): -3981774 or 3292867. OLE color: 3292867.

HSL color Cylindrical-coordinate representation of color #C33E32: hue angle of 4.97º 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 #C33E32 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 62 50 -
CMYK 0 0.68 0.74 0.24
HSL 4.97º 0.59% 0.48% -
HSV(B) 4.97º 0.74% 0.76% -
XYZ 24.8 15.28 4.66 -
YUV 100.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 195 62 50 0 0.68 0.74 0.24 4.97 0.59 0.48
Hex C3 3E 32 0 44 4A 18 5 3B 30
Octal 303 76 62 0 104 112 30 5 73 60
Binary 11000011 111110 110010 0 1000100 1001010 11000 101 111011 110000

Color Harmonies of #C33E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E32

Black with #C33E32

Text Example


Text Example

White with #C33E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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