Html Css Color HEX #C42F24 Persian Red

📋 copy color: '#C42F24'

red 196 ◦ green 47 ◦ blue 36

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

Shades of Persian Red #C42F24

Tints of Persian Red #C42F24

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.85%

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

R = 70.25%
G = 16.85%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C42F24 (or 0xC42F24) is known color: Persian Red. HEX triplet: C4, 2F and 24. RGB value is (196,47,36). Sum of RGB (Red+Green+Blue) = 196+47+36=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42F24 is #3BD0DB. Grayscale: #5A5A5A. Windows color (decimal): -3920092 or 2371524. OLE color: 2371524.

HSL color Cylindrical-coordinate representation of color #C42F24: hue angle of 4.12º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42F24 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 47 36 -
CMYK 0 0.76 0.82 0.23
HSL 4.13º 0.69% 0.45% -
HSV(B) 4.13º 0.82% 0.77% -
XYZ 24.1 13.9 3.08 -
YUV 90.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 196 47 36 0 0.76 0.82 0.23 4.13 0.69 0.45
Hex C4 2F 24 0 4C 52 17 4 45 2D
Octal 304 57 44 0 114 122 27 4 105 55
Binary 11000100 101111 100100 0 1001100 1010010 10111 100 1000101 101101

Color Harmonies of #C42F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42F24

Black with #C42F24

Text Example


Text Example

White with #C42F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42F24; }

 p { color: rgb(196,47,36); }

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

background-color css

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

 a { background-color: rgb(196,47,36); }

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

border-color css

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

 span { border-color: rgb(196,47,36); }

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