Html Css Color HEX #D64130 Cinnabar

📋 copy color: '#D64130'

red 214 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #D64130

Tints of Cinnabar #D64130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 65.44%
G = 19.88%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D64130 (or 0xD64130) is known color: Cinnabar. HEX triplet: D6, 41 and 30. RGB value is (214,65,48). Sum of RGB (Red+Green+Blue) = 214+65+48=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D64130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64130 is #29BECF. Grayscale: #6B6B6B. Windows color (decimal): -2735824 or 3162582. OLE color: 3162582.

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

Color convert

RGB 214 65 48 -
CMYK 0 0.70 0.78 0.16
HSL 6.14º 0.67% 0.51% -
HSV(B) 6.14º 0.78% 0.84% -
XYZ 30.16 18.29 4.74 -
YUV 107.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 214 65 48 0 0.70 0.78 0.16 6.14 0.67 0.51
Hex D6 41 30 0 46 4E 10 6 43 33
Octal 326 101 60 0 106 116 20 6 103 63
Binary 11010110 1000001 110000 0 1000110 1001110 10000 110 1000011 110011

Color Harmonies of #D64130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64130

Black with #D64130

Text Example


Text Example

White with #D64130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64130; }

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

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

background-color css

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

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

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

border-color css

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

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

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