Html Css Color HEX #D43827 Persian Red

📋 copy color: '#D43827'

red 212 ◦ green 56 ◦ blue 39

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

Shades of Persian Red #D43827

Tints of Persian Red #D43827

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 69.06%
G = 18.24%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D43827 (or 0xD43827) is known color: Persian Red. HEX triplet: D4, 38 and 27. RGB value is (212,56,39). Sum of RGB (Red+Green+Blue) = 212+56+39=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D43827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43827 is #2BC7D8. Grayscale: #646464. Windows color (decimal): -2869209 or 2570452. OLE color: 2570452.

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

Color convert

RGB 212 56 39 -
CMYK 0 0.74 0.82 0.17
HSL 5.9º 0.69% 0.49% -
HSV(B) 5.9º 0.82% 0.83% -
XYZ 28.93 16.97 3.67 -
YUV 100.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 212 56 39 0 0.74 0.82 0.17 5.9 0.69 0.49
Hex D4 38 27 0 4A 52 11 6 45 31
Octal 324 70 47 0 112 122 21 6 105 61
Binary 11010100 111000 100111 0 1001010 1010010 10001 110 1000101 110001

Color Harmonies of #D43827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43827

Black with #D43827

Text Example


Text Example

White with #D43827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43827; }

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

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

background-color css

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

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

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

border-color css

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

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

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