Html Css Color HEX #D54223 Cinnabar

📋 copy color: '#D54223'

red 213 ◦ green 66 ◦ blue 35

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

Shades of Cinnabar #D54223

Tints of Cinnabar #D54223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

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

R = 67.83%
G = 21.02%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D54223 (or 0xD54223) is known color: Cinnabar. HEX triplet: D5, 42 and 23. RGB value is (213,66,35). Sum of RGB (Red+Green+Blue) = 213+66+35=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D54223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54223 is #2ABDDC. Grayscale: #6A6A6A. Windows color (decimal): -2801117 or 2310869. OLE color: 2310869.

HSL color Cylindrical-coordinate representation of color #D54223: hue angle of 10.45º 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 #D54223 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 35 -
CMYK 0 0.69 0.84 0.16
HSL 10.45º 0.72% 0.49% -
HSV(B) 10.45º 0.84% 0.84% -
XYZ 29.69 18.16 3.53 -
YUV 106.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 213 66 35 0 0.69 0.84 0.16 10.45 0.72 0.49
Hex D5 42 23 0 45 54 10 A 48 31
Octal 325 102 43 0 105 124 20 12 110 61
Binary 11010101 1000010 100011 0 1000101 1010100 10000 1010 1001000 110001

Color Harmonies of #D54223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54223

Black with #D54223

Text Example


Text Example

White with #D54223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54223; }

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

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

background-color css

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

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

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

border-color css

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

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

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