Html Css Color HEX #DA3D28 Cinnabar

📋 copy color: '#DA3D28'

red 218 ◦ green 61 ◦ blue 40

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

Shades of Cinnabar #DA3D28

Tints of Cinnabar #DA3D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 68.34%
G = 19.12%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3D28 (or 0xDA3D28) is known color: Cinnabar. HEX triplet: DA, 3D and 28. RGB value is (218,61,40). Sum of RGB (Red+Green+Blue) = 218+61+40=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3D28 is #25C2D7. Grayscale: #696969. Windows color (decimal): -2474712 or 2637274. OLE color: 2637274.

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

Color convert

RGB 218 61 40 -
CMYK 0 0.72 0.82 0.15
HSL 7.08º 0.71% 0.51% -
HSV(B) 7.08º 0.82% 0.85% -
XYZ 30.97 18.4 3.93 -
YUV 105.55 91.01 208.21 -
System Red Green Blue C M Y K H S L
Decimal 218 61 40 0 0.72 0.82 0.15 7.08 0.71 0.51
Hex DA 3D 28 0 48 52 F 7 47 33
Octal 332 75 50 0 110 122 17 7 107 63
Binary 11011010 111101 101000 0 1001000 1010010 1111 111 1000111 110011

Color Harmonies of #DA3D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D28

Black with #DA3D28

Text Example


Text Example

White with #DA3D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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