Html Css Color HEX #C33F37 Persian Red

📋 copy color: '#C33F37'

red 195 ◦ green 63 ◦ blue 55

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

Shades of Persian Red #C33F37

Tints of Persian Red #C33F37

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

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

R = 62.3%
G = 20.13%
B = 17.57%

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

#C33F37 (or 0xC33F37) is known color: Persian Red. HEX triplet: C3, 3F and 37. RGB value is (195,63,55). Sum of RGB (Red+Green+Blue) = 195+63+55=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F37 is #3CC0C8. Grayscale: #656565. Windows color (decimal): -3981513 or 3620803. OLE color: 3620803.

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

Color convert

RGB 195 63 55 -
CMYK 0 0.68 0.72 0.24
HSL 3.43º 0.56% 0.49% -
HSV(B) 3.43º 0.72% 0.76% -
XYZ 24.97 15.43 5.28 -
YUV 101.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 195 63 55 0 0.68 0.72 0.24 3.43 0.56 0.49
Hex C3 3F 37 0 44 48 18 3 38 31
Octal 303 77 67 0 104 110 30 3 70 61
Binary 11000011 111111 110111 0 1000100 1001000 11000 11 111000 110001

Color Harmonies of #C33F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F37

Black with #C33F37

Text Example


Text Example

White with #C33F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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