Html Css Color HEX #D42A27 Persian Red

📋 copy color: '#D42A27'

red 212 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #D42A27

Tints of Persian Red #D42A27

RGB

 RED value IS 212 (83.2% from 255) = 72.35%

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

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

R = 72.35%
G = 14.33%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D42A27 (or 0xD42A27) is known color: Persian Red. HEX triplet: D4, 2A and 27. RGB value is (212,42,39). Sum of RGB (Red+Green+Blue) = 212+42+39=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42A27 is #2BD5D8. Grayscale: #5C5C5C. Windows color (decimal): -2872793 or 2566868. OLE color: 2566868.

HSL color Cylindrical-coordinate representation of color #D42A27: hue angle of 1.04º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42A27 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 42 39 -
CMYK 0 0.80 0.82 0.17
HSL 1.04º 0.69% 0.49% -
HSV(B) 1.04º 0.82% 0.83% -
XYZ 28.35 15.8 3.48 -
YUV 92.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 212 42 39 0 0.80 0.82 0.17 1.04 0.69 0.49
Hex D4 2A 27 0 50 52 11 1 45 31
Octal 324 52 47 0 120 122 21 1 105 61
Binary 11010100 101010 100111 0 1010000 1010010 10001 1 1000101 110001

Color Harmonies of #D42A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42A27

Black with #D42A27

Text Example


Text Example

White with #D42A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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