Html Css Color HEX #C33636 Persian Red

📋 copy color: '#C33636'

red 195 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #C33636

Tints of Persian Red #C33636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 64.36%
G = 17.82%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C33636 (or 0xC33636) is known color: Persian Red. HEX triplet: C3, 36 and 36. RGB value is (195,54,54). Sum of RGB (Red+Green+Blue) = 195+54+54=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C33636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33636 is #3CC9C9. Grayscale: #606060. Windows color (decimal): -3983818 or 3552963. OLE color: 3552963.

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

Color convert

RGB 195 54 54 -
CMYK 0 0.72 0.72 0.24
HSL 0.57% 0.49% -
HSV(B) 0.72% 0.76% -
XYZ 24.49 14.51 5 -
YUV 96.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 195 54 54 0 0.72 0.72 0.24 0 0.57 0.49
Hex C3 36 36 0 48 48 18 0 39 31
Octal 303 66 66 0 110 110 30 0 71 61
Binary 11000011 110110 110110 0 1001000 1001000 11000 0 111001 110001

Color Harmonies of #C33636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33636

Black with #C33636

Text Example


Text Example

White with #C33636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33636; }

 p { color: rgb(195,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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