Html Css Color HEX #D42B27 Persian Red

📋 copy color: '#D42B27'

red 212 ◦ green 43 ◦ blue 39

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

Shades of Persian Red #D42B27

Tints of Persian Red #D42B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.63%

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

R = 72.11%
G = 14.63%
B = 13.27%

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

#D42B27 (or 0xD42B27) is known color: Persian Red. HEX triplet: D4, 2B and 27. RGB value is (212,43,39). Sum of RGB (Red+Green+Blue) = 212+43+39=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B27 is #2BD4D8. Grayscale: #5D5D5D. Windows color (decimal): -2872537 or 2567124. OLE color: 2567124.

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

Color convert

RGB 212 43 39 -
CMYK 0 0.80 0.82 0.17
HSL 1.39º 0.69% 0.49% -
HSV(B) 1.39º 0.82% 0.83% -
XYZ 28.38 15.87 3.49 -
YUV 93.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 212 43 39 0 0.80 0.82 0.17 1.39 0.69 0.49
Hex D4 2B 27 0 50 52 11 1 45 31
Octal 324 53 47 0 120 122 21 1 105 61
Binary 11010100 101011 100111 0 1010000 1010010 10001 1 1000101 110001

Color Harmonies of #D42B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B27

Black with #D42B27

Text Example


Text Example

White with #D42B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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