Html Css Color HEX #C33E37 Persian Red

📋 copy color: '#C33E37'

red 195 ◦ green 62 ◦ blue 55

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

Shades of Persian Red #C33E37

Tints of Persian Red #C33E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 62.5%
G = 19.87%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C33E37 (or 0xC33E37) is known color: Persian Red. HEX triplet: C3, 3E and 37. RGB value is (195,62,55). Sum of RGB (Red+Green+Blue) = 195+62+55=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E37 is #3CC1C8. Grayscale: #656565. Windows color (decimal): -3981769 or 3620547. OLE color: 3620547.

HSL color Cylindrical-coordinate representation of color #C33E37: hue angle of 3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33E37 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 62 55 -
CMYK 0 0.68 0.72 0.24
HSL 0.56% 0.49% -
HSV(B) 0.72% 0.76% -
XYZ 24.92 15.32 5.26 -
YUV 100.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 195 62 55 0 0.68 0.72 0.24 3 0.56 0.49
Hex C3 3E 37 0 44 48 18 3 38 31
Octal 303 76 67 0 104 110 30 3 70 61
Binary 11000011 111110 110111 0 1000100 1001000 11000 11 111000 110001

Color Harmonies of #C33E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E37

Black with #C33E37

Text Example


Text Example

White with #C33E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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