Html Css Color HEX #D42D27 Persian Red

📋 copy color: '#D42D27'

red 212 ◦ green 45 ◦ blue 39

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

Shades of Persian Red #D42D27

Tints of Persian Red #D42D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

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

R = 71.62%
G = 15.2%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D42D27 (or 0xD42D27) is known color: Persian Red. HEX triplet: D4, 2D and 27. RGB value is (212,45,39). Sum of RGB (Red+Green+Blue) = 212+45+39=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D27 is #2BD2D8. Grayscale: #5E5E5E. Windows color (decimal): -2872025 or 2567636. OLE color: 2567636.

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

Color convert

RGB 212 45 39 -
CMYK 0 0.79 0.82 0.17
HSL 2.08º 0.69% 0.49% -
HSV(B) 2.08º 0.82% 0.83% -
XYZ 28.46 16.02 3.51 -
YUV 94.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 212 45 39 0 0.79 0.82 0.17 2.08 0.69 0.49
Hex D4 2D 27 0 4F 52 11 2 45 31
Octal 324 55 47 0 117 122 21 2 105 61
Binary 11010100 101101 100111 0 1001111 1010010 10001 10 1000101 110001

Color Harmonies of #D42D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D27

Black with #D42D27

Text Example


Text Example

White with #D42D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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