Html Css Color HEX #D63824 Persian Red

📋 copy color: '#D63824'

red 214 ◦ green 56 ◦ blue 36

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

Shades of Persian Red #D63824

Tints of Persian Red #D63824

RGB

 RED value IS 214 (83.98% from 255) = 69.93%

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

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 69.93%
G = 18.3%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D63824 (or 0xD63824) is known color: Persian Red. HEX triplet: D6, 38 and 24. RGB value is (214,56,36). Sum of RGB (Red+Green+Blue) = 214+56+36=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D63824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63824 is #29C7DB. Grayscale: #656565. Windows color (decimal): -2738140 or 2373846. OLE color: 2373846.

HSL color Cylindrical-coordinate representation of color #D63824: hue angle of 6.74º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D63824 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 36 -
CMYK 0 0.74 0.83 0.16
HSL 6.74º 0.71% 0.49% -
HSV(B) 6.74º 0.83% 0.84% -
XYZ 29.46 17.25 3.45 -
YUV 100.96 91.35 208.63 -
System Red Green Blue C M Y K H S L
Decimal 214 56 36 0 0.74 0.83 0.16 6.74 0.71 0.49
Hex D6 38 24 0 4A 53 10 7 47 31
Octal 326 70 44 0 112 123 20 7 107 61
Binary 11010110 111000 100100 0 1001010 1010011 10000 111 1000111 110001

Color Harmonies of #D63824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63824

Black with #D63824

Text Example


Text Example

White with #D63824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63824; }

 p { color: rgb(214,56,36); }

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

background-color css

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

 a { background-color: rgb(214,56,36); }

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

border-color css

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

 span { border-color: rgb(214,56,36); }

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