Html Css Color HEX #C33332 Persian Red

📋 copy color: '#C33332'

red 195 ◦ green 51 ◦ blue 50

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

Shades of Persian Red #C33332

Tints of Persian Red #C33332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 65.88%
G = 17.23%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C33332 (or 0xC33332) is known color: Persian Red. HEX triplet: C3, 33 and 32. RGB value is (195,51,50). Sum of RGB (Red+Green+Blue) = 195+51+50=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C33332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33332 is #3CCCCD. Grayscale: #5E5E5E. Windows color (decimal): -3984590 or 3290051. OLE color: 3290051.

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

Color convert

RGB 195 51 50 -
CMYK 0 0.74 0.74 0.24
HSL 0.41º 0.59% 0.48% -
HSV(B) 0.41º 0.74% 0.76% -
XYZ 24.27 14.2 4.48 -
YUV 93.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 195 51 50 0 0.74 0.74 0.24 0.41 0.59 0.48
Hex C3 33 32 0 4A 4A 18 0 3B 30
Octal 303 63 62 0 112 112 30 0 73 60
Binary 11000011 110011 110010 0 1001010 1001010 11000 0 111011 110000

Color Harmonies of #C33332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33332

Black with #C33332

Text Example


Text Example

White with #C33332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33332; }

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

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

background-color css

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

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

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

border-color css

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

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

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