Html Css Color HEX #C42A28 Persian Red

📋 copy color: '#C42A28'

red 196 ◦ green 42 ◦ blue 40

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

Shades of Persian Red #C42A28

Tints of Persian Red #C42A28

RGB

 RED value IS 196 (76.95% from 255) = 70.5%

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

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

R = 70.5%
G = 15.11%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C42A28 (or 0xC42A28) is known color: Persian Red. HEX triplet: C4, 2A and 28. RGB value is (196,42,40). Sum of RGB (Red+Green+Blue) = 196+42+40=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A28 is #3BD5D7. Grayscale: #575757. Windows color (decimal): -3921368 or 2632388. OLE color: 2632388.

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

Color convert

RGB 196 42 40 -
CMYK 0 0.79 0.80 0.23
HSL 0.77º 0.66% 0.46% -
HSV(B) 0.77º 0.8% 0.77% -
XYZ 23.98 13.54 3.36 -
YUV 87.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 196 42 40 0 0.79 0.80 0.23 0.77 0.66 0.46
Hex C4 2A 28 0 4F 50 17 1 42 2E
Octal 304 52 50 0 117 120 27 1 102 56
Binary 11000100 101010 101000 0 1001111 1010000 10111 1 1000010 101110

Color Harmonies of #C42A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42A28

Black with #C42A28

Text Example


Text Example

White with #C42A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42A28; }

 p { color: rgb(196,42,40); }

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

background-color css

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

 a { background-color: rgb(196,42,40); }

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

border-color css

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

 span { border-color: rgb(196,42,40); }

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