Html Css Color HEX #C32E28 Persian Red

📋 copy color: '#C32E28'

red 195 ◦ green 46 ◦ blue 40

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

Shades of Persian Red #C32E28

Tints of Persian Red #C32E28

RGB

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

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

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

R = 69.4%
G = 16.37%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32E28 (or 0xC32E28) is known color: Persian Red. HEX triplet: C3, 2E and 28. RGB value is (195,46,40). Sum of RGB (Red+Green+Blue) = 195+46+40=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E28 is #3CD1D7. Grayscale: #5A5A5A. Windows color (decimal): -3985880 or 2633411. OLE color: 2633411.

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

Color convert

RGB 195 46 40 -
CMYK 0 0.76 0.79 0.24
HSL 2.32º 0.66% 0.46% -
HSV(B) 2.32º 0.79% 0.76% -
XYZ 23.87 13.71 3.4 -
YUV 89.87 99.86 202.99 -
System Red Green Blue C M Y K H S L
Decimal 195 46 40 0 0.76 0.79 0.24 2.32 0.66 0.46
Hex C3 2E 28 0 4C 4F 18 2 42 2E
Octal 303 56 50 0 114 117 30 2 102 56
Binary 11000011 101110 101000 0 1001100 1001111 11000 10 1000010 101110

Color Harmonies of #C32E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E28

Black with #C32E28

Text Example


Text Example

White with #C32E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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