Html Css Color HEX #D64633 Cinnabar

📋 copy color: '#D64633'

red 214 ◦ green 70 ◦ blue 51

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

Shades of Cinnabar #D64633

Tints of Cinnabar #D64633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 63.88%
G = 20.9%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D64633 (or 0xD64633) is known color: Cinnabar. HEX triplet: D6, 46 and 33. RGB value is (214,70,51). Sum of RGB (Red+Green+Blue) = 214+70+51=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64633 is #29B9CC. Grayscale: #6F6F6F. Windows color (decimal): -2734541 or 3360470. OLE color: 3360470.

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

Color convert

RGB 214 70 51 -
CMYK 0 0.67 0.76 0.16
HSL 6.99º 0.67% 0.52% -
HSV(B) 6.99º 0.76% 0.84% -
XYZ 30.52 18.92 5.17 -
YUV 110.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 214 70 51 0 0.67 0.76 0.16 6.99 0.67 0.52
Hex D6 46 33 0 43 4C 10 7 43 34
Octal 326 106 63 0 103 114 20 7 103 64
Binary 11010110 1000110 110011 0 1000011 1001100 10000 111 1000011 110100

Color Harmonies of #D64633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64633

Black with #D64633

Text Example


Text Example

White with #D64633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64633; }

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

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

background-color css

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

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

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

border-color css

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

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

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