Html Css Color HEX #C32B24 Persian Red

📋 copy color: '#C32B24'

red 195 ◦ green 43 ◦ blue 36

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

Shades of Persian Red #C32B24

Tints of Persian Red #C32B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 71.17%
G = 15.69%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C32B24 (or 0xC32B24) is known color: Persian Red. HEX triplet: C3, 2B and 24. RGB value is (195,43,36). Sum of RGB (Red+Green+Blue) = 195+43+36=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B24 is #3CD4DB. Grayscale: #575757. Windows color (decimal): -3986652 or 2370499. OLE color: 2370499.

HSL color Cylindrical-coordinate representation of color #C32B24: hue angle of 2.64º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32B24 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 43 36 -
CMYK 0 0.78 0.82 0.24
HSL 2.64º 0.69% 0.45% -
HSV(B) 2.64º 0.82% 0.76% -
XYZ 23.69 13.46 3.02 -
YUV 87.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 195 43 36 0 0.78 0.82 0.24 2.64 0.69 0.45
Hex C3 2B 24 0 4E 52 18 3 45 2D
Octal 303 53 44 0 116 122 30 3 105 55
Binary 11000011 101011 100100 0 1001110 1010010 11000 11 1000101 101101

Color Harmonies of #C32B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B24

Black with #C32B24

Text Example


Text Example

White with #C32B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B24; }

 p { color: rgb(195,43,36); }

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

background-color css

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

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

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

border-color css

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

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

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