Html Css Color HEX #C33C32 Persian Red

📋 copy color: '#C33C32'

red 195 ◦ green 60 ◦ blue 50

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

Shades of Persian Red #C33C32

Tints of Persian Red #C33C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 63.93%
G = 19.67%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C33C32 (or 0xC33C32) is known color: Persian Red. HEX triplet: C3, 3C and 32. RGB value is (195,60,50). Sum of RGB (Red+Green+Blue) = 195+60+50=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C32 is #3CC3CD. Grayscale: #636363. Windows color (decimal): -3982286 or 3292355. OLE color: 3292355.

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

Color convert

RGB 195 60 50 -
CMYK 0 0.69 0.74 0.24
HSL 4.14º 0.59% 0.48% -
HSV(B) 4.14º 0.74% 0.76% -
XYZ 24.7 15.06 4.62 -
YUV 99.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 195 60 50 0 0.69 0.74 0.24 4.14 0.59 0.48
Hex C3 3C 32 0 45 4A 18 4 3B 30
Octal 303 74 62 0 105 112 30 4 73 60
Binary 11000011 111100 110010 0 1000101 1001010 11000 100 111011 110000

Color Harmonies of #C33C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C32

Black with #C33C32

Text Example


Text Example

White with #C33C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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