Html Css Color HEX #D64425 Cinnabar

📋 copy color: '#D64425'

red 214 ◦ green 68 ◦ blue 37

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

Shades of Cinnabar #D64425

Tints of Cinnabar #D64425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 67.08%
G = 21.32%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D64425 (or 0xD64425) is known color: Cinnabar. HEX triplet: D6, 44 and 25. RGB value is (214,68,37). Sum of RGB (Red+Green+Blue) = 214+68+37=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D64425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64425 is #29BBDA. Grayscale: #6C6C6C. Windows color (decimal): -2735067 or 2442454. OLE color: 2442454.

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

Color convert

RGB 214 68 37 -
CMYK 0 0.68 0.83 0.16
HSL 10.51º 0.71% 0.49% -
HSV(B) 10.51º 0.83% 0.84% -
XYZ 30.13 18.56 3.75 -
YUV 108.12 87.87 203.52 -
System Red Green Blue C M Y K H S L
Decimal 214 68 37 0 0.68 0.83 0.16 10.51 0.71 0.49
Hex D6 44 25 0 44 53 10 B 47 31
Octal 326 104 45 0 104 123 20 13 107 61
Binary 11010110 1000100 100101 0 1000100 1010011 10000 1011 1000111 110001

Color Harmonies of #D64425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64425

Black with #D64425

Text Example


Text Example

White with #D64425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64425; }

 p { color: rgb(214,68,37); }

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

background-color css

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

 a { background-color: rgb(214,68,37); }

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

border-color css

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

 span { border-color: rgb(214,68,37); }

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