Html Css Color HEX #C33432 Persian Red

📋 copy color: '#C33432'

red 195 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #C33432

Tints of Persian Red #C33432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 65.66%
G = 17.51%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C33432 (or 0xC33432) is known color: Persian Red. HEX triplet: C3, 34 and 32. RGB value is (195,52,50). Sum of RGB (Red+Green+Blue) = 195+52+50=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33432 is #3CCBCD. Grayscale: #5E5E5E. Windows color (decimal): -3984334 or 3290307. OLE color: 3290307.

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

Color convert

RGB 195 52 50 -
CMYK 0 0.73 0.74 0.24
HSL 0.83º 0.59% 0.48% -
HSV(B) 0.83º 0.74% 0.76% -
XYZ 24.31 14.29 4.49 -
YUV 94.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 195 52 50 0 0.73 0.74 0.24 0.83 0.59 0.48
Hex C3 34 32 0 49 4A 18 1 3B 30
Octal 303 64 62 0 111 112 30 1 73 60
Binary 11000011 110100 110010 0 1001001 1001010 11000 1 111011 110000

Color Harmonies of #C33432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33432

Black with #C33432

Text Example


Text Example

White with #C33432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33432; }

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

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

background-color css

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

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

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

border-color css

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

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

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