Html Css Color HEX #D43627 Persian Red

📋 copy color: '#D43627'

red 212 ◦ green 54 ◦ blue 39

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

Shades of Persian Red #D43627

Tints of Persian Red #D43627

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

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

R = 69.51%
G = 17.7%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D43627 (or 0xD43627) is known color: Persian Red. HEX triplet: D4, 36 and 27. RGB value is (212,54,39). Sum of RGB (Red+Green+Blue) = 212+54+39=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D43627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43627 is #2BC9D8. Grayscale: #636363. Windows color (decimal): -2869721 or 2569940. OLE color: 2569940.

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

Color convert

RGB 212 54 39 -
CMYK 0 0.75 0.82 0.17
HSL 5.2º 0.69% 0.49% -
HSV(B) 5.2º 0.82% 0.83% -
XYZ 28.84 16.78 3.64 -
YUV 99.53 93.85 208.22 -
System Red Green Blue C M Y K H S L
Decimal 212 54 39 0 0.75 0.82 0.17 5.2 0.69 0.49
Hex D4 36 27 0 4B 52 11 5 45 31
Octal 324 66 47 0 113 122 21 5 105 61
Binary 11010100 110110 100111 0 1001011 1010010 10001 101 1000101 110001

Color Harmonies of #D43627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43627

Black with #D43627

Text Example


Text Example

White with #D43627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43627; }

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

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

background-color css

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

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

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

border-color css

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

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

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