Html Css Color HEX #D64125 Cinnabar

📋 copy color: '#D64125'

red 214 ◦ green 65 ◦ blue 37

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

Shades of Cinnabar #D64125

Tints of Cinnabar #D64125

RGB

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

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

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

R = 67.72%
G = 20.57%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D64125 (or 0xD64125) is known color: Cinnabar. HEX triplet: D6, 41 and 25. RGB value is (214,65,37). Sum of RGB (Red+Green+Blue) = 214+65+37=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D64125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64125 is #29BEDA. Grayscale: #6A6A6A. Windows color (decimal): -2735835 or 2441686. OLE color: 2441686.

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

Color convert

RGB 214 65 37 -
CMYK 0 0.70 0.83 0.16
HSL 9.49º 0.71% 0.49% -
HSV(B) 9.49º 0.83% 0.84% -
XYZ 29.96 18.21 3.69 -
YUV 106.36 88.86 204.78 -
System Red Green Blue C M Y K H S L
Decimal 214 65 37 0 0.70 0.83 0.16 9.49 0.71 0.49
Hex D6 41 25 0 46 53 10 9 47 31
Octal 326 101 45 0 106 123 20 11 107 61
Binary 11010110 1000001 100101 0 1000110 1010011 10000 1001 1000111 110001

Color Harmonies of #D64125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64125

Black with #D64125

Text Example


Text Example

White with #D64125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64125; }

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

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

background-color css

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

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

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

border-color css

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

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

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