Html Css Color HEX #D54026 Cinnabar

📋 copy color: '#D54026'

red 213 ◦ green 64 ◦ blue 38

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

Shades of Cinnabar #D54026

Tints of Cinnabar #D54026

RGB

 RED value IS 213 (83.59% from 255) = 67.62%

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 38 (15.23% from 255) = 12.06%

R = 67.62%
G = 20.32%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D54026 (or 0xD54026) is known color: Cinnabar. HEX triplet: D5, 40 and 26. RGB value is (213,64,38). Sum of RGB (Red+Green+Blue) = 213+64+38=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D54026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54026 is #2ABFD9. Grayscale: #696969. Windows color (decimal): -2801626 or 2506965. OLE color: 2506965.

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

Color convert

RGB 213 64 38 -
CMYK 0 0.70 0.82 0.16
HSL 8.91º 0.7% 0.49% -
HSV(B) 8.91º 0.82% 0.84% -
XYZ 29.62 17.95 3.74 -
YUV 105.59 89.86 204.61 -
System Red Green Blue C M Y K H S L
Decimal 213 64 38 0 0.70 0.82 0.16 8.91 0.7 0.49
Hex D5 40 26 0 46 52 10 9 46 31
Octal 325 100 46 0 106 122 20 11 106 61
Binary 11010101 1000000 100110 0 1000110 1010010 10000 1001 1000110 110001

Color Harmonies of #D54026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54026

Black with #D54026

Text Example


Text Example

White with #D54026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54026; }

 p { color: rgb(213,64,38); }

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

background-color css

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

 a { background-color: rgb(213,64,38); }

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

border-color css

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

 span { border-color: rgb(213,64,38); }

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