Html Css Color HEX #DC413F Cinnabar

📋 copy color: '#DC413F'

red 220 ◦ green 65 ◦ blue 63

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

Shades of Cinnabar #DC413F

Tints of Cinnabar #DC413F

RGB

 RED value IS 220 (86.33% from 255) = 63.22%

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

 BLUE value IS 63 (25% from 255) = 18.1%

R = 63.22%
G = 18.68%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC413F (or 0xDC413F) is known color: Cinnabar. HEX triplet: DC, 41 and 3F. RGB value is (220,65,63). Sum of RGB (Red+Green+Blue) = 220+65+63=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC413F is #23BEC0. Grayscale: #6F6F6F. Windows color (decimal): -2342593 or 4145628. OLE color: 4145628.

HSL color Cylindrical-coordinate representation of color #DC413F: hue angle of 0.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC413F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 63 -
CMYK 0 0.70 0.71 0.14
HSL 0.76º 0.69% 0.55% -
HSV(B) 0.76º 0.71% 0.86% -
XYZ 32.3 19.36 6.74 -
YUV 111.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 220 65 63 0 0.70 0.71 0.14 0.76 0.69 0.55
Hex DC 41 3F 0 46 47 E 1 45 37
Octal 334 101 77 0 106 107 16 1 105 67
Binary 11011100 1000001 111111 0 1000110 1000111 1110 1 1000101 110111

Color Harmonies of #DC413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC413F

Black with #DC413F

Text Example


Text Example

White with #DC413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC413F; }

 p { color: rgb(220,65,63); }

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

background-color css

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

 a { background-color: rgb(220,65,63); }

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

border-color css

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

 span { border-color: rgb(220,65,63); }

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