Html Css Color HEX #DA3F28 Cinnabar

📋 copy color: '#DA3F28'

red 218 ◦ green 63 ◦ blue 40

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

Shades of Cinnabar #DA3F28

Tints of Cinnabar #DA3F28

RGB

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

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

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

R = 67.91%
G = 19.63%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3F28 (or 0xDA3F28) is known color: Cinnabar. HEX triplet: DA, 3F and 28. RGB value is (218,63,40). Sum of RGB (Red+Green+Blue) = 218+63+40=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F28 is #25C0D7. Grayscale: #6A6A6A. Windows color (decimal): -2474200 or 2637786. OLE color: 2637786.

HSL color Cylindrical-coordinate representation of color #DA3F28: hue angle of 7.75º 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 #DA3F28 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 63 40 -
CMYK 0 0.71 0.82 0.15
HSL 7.75º 0.71% 0.51% -
HSV(B) 7.75º 0.82% 0.85% -
XYZ 31.07 18.61 3.96 -
YUV 106.72 90.35 207.37 -
System Red Green Blue C M Y K H S L
Decimal 218 63 40 0 0.71 0.82 0.15 7.75 0.71 0.51
Hex DA 3F 28 0 47 52 F 8 47 33
Octal 332 77 50 0 107 122 17 10 107 63
Binary 11011010 111111 101000 0 1000111 1010010 1111 1000 1000111 110011

Color Harmonies of #DA3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F28

Black with #DA3F28

Text Example


Text Example

White with #DA3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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