#D54B3B

Color #D54B3B Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #D54B3B

Tints of Cinnabar #D54B3B

Color information

#D54B3B (or 0xD54B3B) is unknown color: approx Cinnabar. HEX triplet: D5, 4B and 3B. RGB value is (213,75,59). Sum of RGB (Red+Green+Blue) = 213+75+59=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B3B is #2AB4C4. Grayscale: #727272. Windows color (decimal): -2798789 or 3886037. OLE color: 3886037.

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

Color convert

RGB2137559-
CMYK00.650.720.16
HSL6.23º64.71%53.33%-
HSV(B)6.23º72.3%83.53%-
XYZ30.7519.496.28-
YUV114.4496.72198.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.38%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=61.38%
G=21.61%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213755900.650.720.166.2364.7153.33
HexD54B3B041481064135
Octal32511373010111020610165
Binary110101011001011111011010000011001000100001101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B3B; }

 p { color: rgb(213,75,59); }

 H1.HeaderClassName
 {
   color: #D54B3B;
 }
 .AnyTagClassName
 {
   color: #D54B3B;
 }
</style>
background-color css

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

 a { background-color: rgb(213,75,59); }

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

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

 span { border-color: rgb(213,75,59); }

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