Html Css Color HEX #D54628 Cinnabar

📋 copy color: '#D54628'

red 213 ◦ green 70 ◦ blue 40

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

Shades of Cinnabar #D54628

Tints of Cinnabar #D54628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 65.94%
G = 21.67%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D54628 (or 0xD54628) is known color: Cinnabar. HEX triplet: D5, 46 and 28. RGB value is (213,70,40). Sum of RGB (Red+Green+Blue) = 213+70+40=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D54628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54628 is #2AB9D7. Grayscale: #6D6D6D. Windows color (decimal): -2800088 or 2639573. OLE color: 2639573.

HSL color Cylindrical-coordinate representation of color #D54628: hue angle of 10.4º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D54628 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 40 -
CMYK 0 0.67 0.81 0.16
HSL 10.4º 0.68% 0.5% -
HSV(B) 10.4º 0.81% 0.84% -
XYZ 30.01 18.68 4.03 -
YUV 109.34 88.88 201.94 -
System Red Green Blue C M Y K H S L
Decimal 213 70 40 0 0.67 0.81 0.16 10.4 0.68 0.5
Hex D5 46 28 0 43 51 10 A 44 32
Octal 325 106 50 0 103 121 20 12 104 62
Binary 11010101 1000110 101000 0 1000011 1010001 10000 1010 1000100 110010

Color Harmonies of #D54628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54628

Black with #D54628

Text Example


Text Example

White with #D54628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54628; }

 p { color: rgb(213,70,40); }

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

background-color css

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

 a { background-color: rgb(213,70,40); }

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

border-color css

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

 span { border-color: rgb(213,70,40); }

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