Html Css Color HEX #D1443C Cinnabar

📋 copy color: '#D1443C'

red 209 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #D1443C

Tints of Cinnabar #D1443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 62.02%
G = 20.18%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1443C (or 0xD1443C) is known color: Cinnabar. HEX triplet: D1, 44 and 3C. RGB value is (209,68,60). Sum of RGB (Red+Green+Blue) = 209+68+60=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1443C is #2EBBC3. Grayscale: #6D6D6D. Windows color (decimal): -3062724 or 3949777. OLE color: 3949777.

HSL color Cylindrical-coordinate representation of color #D1443C: hue angle of 3.22º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1443C is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 60 -
CMYK 0 0.67 0.71 0.18
HSL 3.22º 0.62% 0.53% -
HSV(B) 3.22º 0.71% 0.82% -
XYZ 29.18 18.02 6.21 -
YUV 109.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 209 68 60 0 0.67 0.71 0.18 3.22 0.62 0.53
Hex D1 44 3C 0 43 47 12 3 3E 35
Octal 321 104 74 0 103 107 22 3 76 65
Binary 11010001 1000100 111100 0 1000011 1000111 10010 11 111110 110101

Color Harmonies of #D1443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1443C

Black with #D1443C

Text Example


Text Example

White with #D1443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1443C; }

 p { color: rgb(209,68,60); }

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

background-color css

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

 a { background-color: rgb(209,68,60); }

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

border-color css

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

 span { border-color: rgb(209,68,60); }

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