Html Css Color HEX #D54735 Cinnabar

📋 copy color: '#D54735'

red 213 ◦ green 71 ◦ blue 53

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

Shades of Cinnabar #D54735

Tints of Cinnabar #D54735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

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

R = 63.2%
G = 21.07%
B = 15.73%

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

#D54735 (or 0xD54735) is known color: Cinnabar. HEX triplet: D5, 47 and 35. RGB value is (213,71,53). Sum of RGB (Red+Green+Blue) = 213+71+53=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D54735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54735 is #2AB8CA. Grayscale: #6F6F6F. Windows color (decimal): -2799819 or 3491797. OLE color: 3491797.

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

Color convert

RGB 213 71 53 -
CMYK 0 0.67 0.75 0.16
HSL 6.75º 0.66% 0.52% -
HSV(B) 6.75º 0.75% 0.84% -
XYZ 30.34 18.91 5.42 -
YUV 111.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 213 71 53 0 0.67 0.75 0.16 6.75 0.66 0.52
Hex D5 47 35 0 43 4B 10 7 42 34
Octal 325 107 65 0 103 113 20 7 102 64
Binary 11010101 1000111 110101 0 1000011 1001011 10000 111 1000010 110100

Color Harmonies of #D54735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54735

Black with #D54735

Text Example


Text Example

White with #D54735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54735; }

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

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

background-color css

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

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

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

border-color css

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

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

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