Html Css Color HEX #D6402D Cinnabar

📋 copy color: '#D6402D'

red 214 ◦ green 64 ◦ blue 45

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

Shades of Cinnabar #D6402D

Tints of Cinnabar #D6402D

RGB

 RED value IS 214 (83.98% from 255) = 66.25%

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 66.25%
G = 19.81%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6402D (or 0xD6402D) is known color: Cinnabar. HEX triplet: D6, 40 and 2D. RGB value is (214,64,45). Sum of RGB (Red+Green+Blue) = 214+64+45=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6402D is #29BFD2. Grayscale: #6A6A6A. Windows color (decimal): -2736083 or 2965718. OLE color: 2965718.

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

Color convert

RGB 214 64 45 -
CMYK 0 0.70 0.79 0.16
HSL 6.75º 0.67% 0.51% -
HSV(B) 6.75º 0.79% 0.84% -
XYZ 30.04 18.15 4.4 -
YUV 106.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 214 64 45 0 0.70 0.79 0.16 6.75 0.67 0.51
Hex D6 40 2D 0 46 4F 10 7 43 33
Octal 326 100 55 0 106 117 20 7 103 63
Binary 11010110 1000000 101101 0 1000110 1001111 10000 111 1000011 110011

Color Harmonies of #D6402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6402D

Black with #D6402D

Text Example


Text Example

White with #D6402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6402D; }

 p { color: rgb(214,64,45); }

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

background-color css

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

 a { background-color: rgb(214,64,45); }

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

border-color css

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

 span { border-color: rgb(214,64,45); }

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