Html Css Color HEX #D64B33 Cinnabar

📋 copy color: '#D64B33'

red 214 ◦ green 75 ◦ blue 51

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

Shades of Cinnabar #D64B33

Tints of Cinnabar #D64B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.06%

 BLUE value IS 51 (20.31% from 255) = 15%

R = 62.94%
G = 22.06%
B = 15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D64B33 (or 0xD64B33) is known color: Cinnabar. HEX triplet: D6, 4B and 33. RGB value is (214,75,51). Sum of RGB (Red+Green+Blue) = 214+75+51=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B33 is #29B4CC. Grayscale: #727272. Windows color (decimal): -2733261 or 3361750. OLE color: 3361750.

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

Color convert

RGB 214 75 51 -
CMYK 0 0.65 0.76 0.16
HSL 8.83º 0.67% 0.52% -
HSV(B) 8.83º 0.76% 0.84% -
XYZ 30.85 19.57 5.28 -
YUV 113.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 214 75 51 0 0.65 0.76 0.16 8.83 0.67 0.52
Hex D6 4B 33 0 41 4C 10 9 43 34
Octal 326 113 63 0 101 114 20 11 103 64
Binary 11010110 1001011 110011 0 1000001 1001100 10000 1001 1000011 110100

Color Harmonies of #D64B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B33

Black with #D64B33

Text Example


Text Example

White with #D64B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B33; }

 p { color: rgb(214,75,51); }

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

background-color css

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

 a { background-color: rgb(214,75,51); }

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

border-color css

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

 span { border-color: rgb(214,75,51); }

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