Html Css Color HEX #D54023 Cinnabar

📋 copy color: '#D54023'

red 213 ◦ green 64 ◦ blue 35

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

Shades of Cinnabar #D54023

Tints of Cinnabar #D54023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.22%

R = 68.27%
G = 20.51%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D54023 (or 0xD54023) is known color: Cinnabar. HEX triplet: D5, 40 and 23. RGB value is (213,64,35). Sum of RGB (Red+Green+Blue) = 213+64+35=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D54023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54023 is #2ABFDC. Grayscale: #696969. Windows color (decimal): -2801629 or 2310357. OLE color: 2310357.

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

Color convert

RGB 213 64 35 -
CMYK 0 0.70 0.84 0.16
HSL 9.78º 0.72% 0.49% -
HSV(B) 9.78º 0.84% 0.84% -
XYZ 29.58 17.93 3.49 -
YUV 105.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 213 64 35 0 0.70 0.84 0.16 9.78 0.72 0.49
Hex D5 40 23 0 46 54 10 A 48 31
Octal 325 100 43 0 106 124 20 12 110 61
Binary 11010101 1000000 100011 0 1000110 1010100 10000 1010 1001000 110001

Color Harmonies of #D54023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54023

Black with #D54023

Text Example


Text Example

White with #D54023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54023; }

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

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

background-color css

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

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

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

border-color css

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

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

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