Html Css Color HEX #D94030 Cinnabar

📋 copy color: '#D94030'

red 217 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #D94030

Tints of Cinnabar #D94030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 65.96%
G = 19.45%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D94030 (or 0xD94030) is known color: Cinnabar. HEX triplet: D9, 40 and 30. RGB value is (217,64,48). Sum of RGB (Red+Green+Blue) = 217+64+48=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D94030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94030 is #26BFCF. Grayscale: #6C6C6C. Windows color (decimal): -2539472 or 3162329. OLE color: 3162329.

HSL color Cylindrical-coordinate representation of color #D94030: hue angle of 5.68º 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 #D94030 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 48 -
CMYK 0 0.71 0.78 0.15
HSL 5.68º 0.69% 0.52% -
HSV(B) 5.68º 0.78% 0.85% -
XYZ 30.98 18.63 4.76 -
YUV 107.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 217 64 48 0 0.71 0.78 0.15 5.68 0.69 0.52
Hex D9 40 30 0 47 4E F 6 45 34
Octal 331 100 60 0 107 116 17 6 105 64
Binary 11011001 1000000 110000 0 1000111 1001110 1111 110 1000101 110100

Color Harmonies of #D94030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94030

Black with #D94030

Text Example


Text Example

White with #D94030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94030; }

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

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

background-color css

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

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

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

border-color css

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

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

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