Html Css Color HEX #DC3F23 Cinnabar

📋 copy color: '#DC3F23'

red 220 ◦ green 63 ◦ blue 35

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

Shades of Cinnabar #DC3F23

Tints of Cinnabar #DC3F23

RGB

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

 GREEN value IS 63 (25% from 255) = 19.81%

 BLUE value IS 35 (14.06% from 255) = 11.01%

R = 69.18%
G = 19.81%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3F23 (or 0xDC3F23) is known color: Cinnabar. HEX triplet: DC, 3F and 23. RGB value is (220,63,35). Sum of RGB (Red+Green+Blue) = 220+63+35=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F23 is #23C0DC. Grayscale: #6B6B6B. Windows color (decimal): -2343133 or 2310108. OLE color: 2310108.

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

Color convert

RGB 220 63 35 -
CMYK 0 0.71 0.84 0.14
HSL 9.08º 0.73% 0.5% -
HSV(B) 9.08º 0.84% 0.86% -
XYZ 31.6 18.89 3.57 -
YUV 106.75 87.51 208.78 -
System Red Green Blue C M Y K H S L
Decimal 220 63 35 0 0.71 0.84 0.14 9.08 0.73 0.5
Hex DC 3F 23 0 47 54 E 9 49 32
Octal 334 77 43 0 107 124 16 11 111 62
Binary 11011100 111111 100011 0 1000111 1010100 1110 1001 1001001 110010

Color Harmonies of #DC3F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F23

Black with #DC3F23

Text Example


Text Example

White with #DC3F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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