Html Css Color HEX #D54635 Cinnabar

📋 copy color: '#D54635'

red 213 ◦ green 70 ◦ blue 53

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

Shades of Cinnabar #D54635

Tints of Cinnabar #D54635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 63.39%
G = 20.83%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D54635 (or 0xD54635) is known color: Cinnabar. HEX triplet: D5, 46 and 35. RGB value is (213,70,53). Sum of RGB (Red+Green+Blue) = 213+70+53=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D54635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54635 is #2AB9CA. Grayscale: #6F6F6F. Windows color (decimal): -2800075 or 3491541. OLE color: 3491541.

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

Color convert

RGB 213 70 53 -
CMYK 0 0.67 0.75 0.16
HSL 6.38º 0.66% 0.52% -
HSV(B) 6.38º 0.75% 0.84% -
XYZ 30.27 18.78 5.4 -
YUV 110.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 213 70 53 0 0.67 0.75 0.16 6.38 0.66 0.52
Hex D5 46 35 0 43 4B 10 6 42 34
Octal 325 106 65 0 103 113 20 6 102 64
Binary 11010101 1000110 110101 0 1000011 1001011 10000 110 1000010 110100

Color Harmonies of #D54635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54635

Black with #D54635

Text Example


Text Example

White with #D54635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54635; }

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

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

background-color css

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

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

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

border-color css

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

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

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