Html Css Color HEX #DA4C3D Cinnabar

📋 copy color: '#DA4C3D'

red 218 ◦ green 76 ◦ blue 61

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

Shades of Cinnabar #DA4C3D

Tints of Cinnabar #DA4C3D

RGB

 RED value IS 218 (85.55% from 255) = 61.41%

 GREEN value IS 76 (30.08% from 255) = 21.41%

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 61.41%
G = 21.41%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA4C3D (or 0xDA4C3D) is known color: Cinnabar. HEX triplet: DA, 4C and 3D. RGB value is (218,76,61). Sum of RGB (Red+Green+Blue) = 218+76+61=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C3D is #25B3C2. Grayscale: #747474. Windows color (decimal): -2470851 or 4017370. OLE color: 4017370.

HSL color Cylindrical-coordinate representation of color #DA4C3D: hue angle of 5.73º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA4C3D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 61 -
CMYK 0 0.65 0.72 0.15
HSL 5.73º 0.68% 0.55% -
HSV(B) 5.73º 0.72% 0.85% -
XYZ 32.34 20.41 6.65 -
YUV 116.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 218 76 61 0 0.65 0.72 0.15 5.73 0.68 0.55
Hex DA 4C 3D 0 41 48 F 6 44 37
Octal 332 114 75 0 101 110 17 6 104 67
Binary 11011010 1001100 111101 0 1000001 1001000 1111 110 1000100 110111

Color Harmonies of #DA4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C3D

Black with #DA4C3D

Text Example


Text Example

White with #DA4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C3D; }

 p { color: rgb(218,76,61); }

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

background-color css

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

 a { background-color: rgb(218,76,61); }

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

border-color css

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

 span { border-color: rgb(218,76,61); }

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