Html Css Color HEX #D1422F Cinnabar

📋 copy color: '#D1422F'

red 209 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #D1422F

Tints of Cinnabar #D1422F

RGB

 RED value IS 209 (82.03% from 255) = 64.91%

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 64.91%
G = 20.5%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1422F (or 0xD1422F) is known color: Cinnabar. HEX triplet: D1, 42 and 2F. RGB value is (209,66,47). Sum of RGB (Red+Green+Blue) = 209+66+47=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1422F is #2EBDD0. Grayscale: #6A6A6A. Windows color (decimal): -3063249 or 3097297. OLE color: 3097297.

HSL color Cylindrical-coordinate representation of color #D1422F: hue angle of 7.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1422F is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 47 -
CMYK 0 0.68 0.78 0.18
HSL 7.04º 0.64% 0.5% -
HSV(B) 7.04º 0.78% 0.82% -
XYZ 28.76 17.66 4.58 -
YUV 106.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 209 66 47 0 0.68 0.78 0.18 7.04 0.64 0.5
Hex D1 42 2F 0 44 4E 12 7 40 32
Octal 321 102 57 0 104 116 22 7 100 62
Binary 11010001 1000010 101111 0 1000100 1001110 10010 111 1000000 110010

Color Harmonies of #D1422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1422F

Black with #D1422F

Text Example


Text Example

White with #D1422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1422F; }

 p { color: rgb(209,66,47); }

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

background-color css

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

 a { background-color: rgb(209,66,47); }

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

border-color css

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

 span { border-color: rgb(209,66,47); }

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