Html Css Color HEX #D64123 Cinnabar

📋 copy color: '#D64123'

red 214 ◦ green 65 ◦ blue 35

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

Shades of Cinnabar #D64123

Tints of Cinnabar #D64123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 35 (14.06% from 255) = 11.15%

R = 68.15%
G = 20.7%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D64123 (or 0xD64123) is known color: Cinnabar. HEX triplet: D6, 41 and 23. RGB value is (214,65,35). Sum of RGB (Red+Green+Blue) = 214+65+35=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D64123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64123 is #29BEDC. Grayscale: #6A6A6A. Windows color (decimal): -2735837 or 2310614. OLE color: 2310614.

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

Color convert

RGB 214 65 35 -
CMYK 0 0.70 0.84 0.16
HSL 10.06º 0.72% 0.49% -
HSV(B) 10.06º 0.84% 0.84% -
XYZ 29.93 18.2 3.53 -
YUV 106.13 87.86 204.94 -
System Red Green Blue C M Y K H S L
Decimal 214 65 35 0 0.70 0.84 0.16 10.06 0.72 0.49
Hex D6 41 23 0 46 54 10 A 48 31
Octal 326 101 43 0 106 124 20 12 110 61
Binary 11010110 1000001 100011 0 1000110 1010100 10000 1010 1001000 110001

Color Harmonies of #D64123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64123

Black with #D64123

Text Example


Text Example

White with #D64123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64123; }

 p { color: rgb(214,65,35); }

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

background-color css

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

 a { background-color: rgb(214,65,35); }

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

border-color css

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

 span { border-color: rgb(214,65,35); }

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