Html Css Color HEX #D94230 Cinnabar

📋 copy color: '#D94230'

red 217 ◦ green 66 ◦ blue 48

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

Shades of Cinnabar #D94230

Tints of Cinnabar #D94230

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 65.56%
G = 19.94%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D94230 (or 0xD94230) is known color: Cinnabar. HEX triplet: D9, 42 and 30. RGB value is (217,66,48). Sum of RGB (Red+Green+Blue) = 217+66+48=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D94230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94230 is #26BDCF. Grayscale: #6D6D6D. Windows color (decimal): -2538960 or 3162841. OLE color: 3162841.

HSL color Cylindrical-coordinate representation of color #D94230: hue angle of 6.39º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D94230 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 48 -
CMYK 0 0.70 0.78 0.15
HSL 6.39º 0.69% 0.52% -
HSV(B) 6.39º 0.78% 0.85% -
XYZ 31.1 18.86 4.8 -
YUV 109.1 93.53 204.96 -
System Red Green Blue C M Y K H S L
Decimal 217 66 48 0 0.70 0.78 0.15 6.39 0.69 0.52
Hex D9 42 30 0 46 4E F 6 45 34
Octal 331 102 60 0 106 116 17 6 105 64
Binary 11011001 1000010 110000 0 1000110 1001110 1111 110 1000101 110100

Color Harmonies of #D94230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94230

Black with #D94230

Text Example


Text Example

White with #D94230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94230; }

 p { color: rgb(217,66,48); }

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

background-color css

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

 a { background-color: rgb(217,66,48); }

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

border-color css

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

 span { border-color: rgb(217,66,48); }

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