Html Css Color HEX #C32A27 Persian Red

📋 copy color: '#C32A27'

red 195 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #C32A27

Tints of Persian Red #C32A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 70.65%
G = 15.22%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C32A27 (or 0xC32A27) is known color: Persian Red. HEX triplet: C3, 2A and 27. RGB value is (195,42,39). Sum of RGB (Red+Green+Blue) = 195+42+39=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A27 is #3CD5D8. Grayscale: #575757. Windows color (decimal): -3986905 or 2566851. OLE color: 2566851.

HSL color Cylindrical-coordinate representation of color #C32A27: hue angle of 1.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32A27 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 42 39 -
CMYK 0 0.78 0.80 0.24
HSL 1.15º 0.67% 0.46% -
HSV(B) 1.15º 0.8% 0.76% -
XYZ 23.7 13.4 3.26 -
YUV 87.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 195 42 39 0 0.78 0.80 0.24 1.15 0.67 0.46
Hex C3 2A 27 0 4E 50 18 1 43 2E
Octal 303 52 47 0 116 120 30 1 103 56
Binary 11000011 101010 100111 0 1001110 1010000 11000 1 1000011 101110

Color Harmonies of #C32A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A27

Black with #C32A27

Text Example


Text Example

White with #C32A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A27; }

 p { color: rgb(195,42,39); }

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

background-color css

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

 a { background-color: rgb(195,42,39); }

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

border-color css

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

 span { border-color: rgb(195,42,39); }

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