Html Css Color HEX #C32B28 Persian Red

📋 copy color: '#C32B28'

red 195 ◦ green 43 ◦ blue 40

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

Shades of Persian Red #C32B28

Tints of Persian Red #C32B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 70.14%
G = 15.47%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32B28 (or 0xC32B28) is known color: Persian Red. HEX triplet: C3, 2B and 28. RGB value is (195,43,40). Sum of RGB (Red+Green+Blue) = 195+43+40=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B28 is #3CD4D7. Grayscale: #585858. Windows color (decimal): -3986648 or 2632643. OLE color: 2632643.

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

Color convert

RGB 195 43 40 -
CMYK 0 0.78 0.79 0.24
HSL 1.16º 0.66% 0.46% -
HSV(B) 1.16º 0.79% 0.76% -
XYZ 23.75 13.48 3.36 -
YUV 88.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 195 43 40 0 0.78 0.79 0.24 1.16 0.66 0.46
Hex C3 2B 28 0 4E 4F 18 1 42 2E
Octal 303 53 50 0 116 117 30 1 102 56
Binary 11000011 101011 101000 0 1001110 1001111 11000 1 1000010 101110

Color Harmonies of #C32B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B28

Black with #C32B28

Text Example


Text Example

White with #C32B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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