#d5432c

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

Shades of Cinnabar #D5432C

Tints of Cinnabar #D5432C

Color information

#D5432C (or 0xD5432C) is unknown color: approx Cinnabar. HEX triplet: D5, 43 and 2C. RGB value is (213,67,44). Sum of RGB (Red+Green+Blue) = 213+67+44=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5432C is #2ABCD3. Grayscale: #6C6C6C. Windows color (decimal): -2800852 or 2900949. OLE color: 2900949.

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

Color convert

RGB2136744-
CMYK00.690.790.16
HSL8.17º66.8%50.39%-
HSV(B)8.17º79.34%83.53%-
XYZ29.918.344.35-
YUV108.0391.87202.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.74%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=65.74%
G=20.68%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213674400.690.790.168.1766.850.39
HexD5432C0454F1084332
Octal325103540105117201010362
Binary1101010110000111011000100010110011111000010001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5432c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5432c; }

 p { color: rgb(213,67,44); }

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

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

 a { background-color: rgb(213,67,44); }

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

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

 span { border-color: rgb(213,67,44); }

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