Html Css Color HEX #C32E24 Persian Red

📋 copy color: '#C32E24'

red 195 ◦ green 46 ◦ blue 36

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

Shades of Persian Red #C32E24

Tints of Persian Red #C32E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.61%

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

R = 70.4%
G = 16.61%
B = 13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C32E24 (or 0xC32E24) is known color: Persian Red. HEX triplet: C3, 2E and 24. RGB value is (195,46,36). Sum of RGB (Red+Green+Blue) = 195+46+36=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E24 is #3CD1DB. Grayscale: #595959. Windows color (decimal): -3985884 or 2371267. OLE color: 2371267.

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

Color convert

RGB 195 46 36 -
CMYK 0 0.76 0.82 0.24
HSL 3.77º 0.69% 0.45% -
HSV(B) 3.77º 0.82% 0.76% -
XYZ 23.8 13.68 3.06 -
YUV 89.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 195 46 36 0 0.76 0.82 0.24 3.77 0.69 0.45
Hex C3 2E 24 0 4C 52 18 4 45 2D
Octal 303 56 44 0 114 122 30 4 105 55
Binary 11000011 101110 100100 0 1001100 1010010 11000 100 1000101 101101

Color Harmonies of #C32E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E24

Black with #C32E24

Text Example


Text Example

White with #C32E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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