Html Css Color HEX #D94130 Cinnabar

📋 copy color: '#D94130'

red 217 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #D94130

Tints of Cinnabar #D94130

RGB

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

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

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

R = 65.76%
G = 19.7%
B = 14.55%

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

#D94130 (or 0xD94130) is known color: Cinnabar. HEX triplet: D9, 41 and 30. RGB value is (217,65,48). Sum of RGB (Red+Green+Blue) = 217+65+48=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D94130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94130 is #26BECF. Grayscale: #6C6C6C. Windows color (decimal): -2539216 or 3162585. OLE color: 3162585.

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

Color convert

RGB 217 65 48 -
CMYK 0 0.70 0.78 0.15
HSL 6.04º 0.69% 0.52% -
HSV(B) 6.04º 0.78% 0.85% -
XYZ 31.04 18.75 4.78 -
YUV 108.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 217 65 48 0 0.70 0.78 0.15 6.04 0.69 0.52
Hex D9 41 30 0 46 4E F 6 45 34
Octal 331 101 60 0 106 116 17 6 105 64
Binary 11011001 1000001 110000 0 1000110 1001110 1111 110 1000101 110100

Color Harmonies of #D94130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94130

Black with #D94130

Text Example


Text Example

White with #D94130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94130; }

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

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

background-color css

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

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

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

border-color css

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

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

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