Html Css Color HEX #DA3A2F Cinnabar

📋 copy color: '#DA3A2F'

red 218 ◦ green 58 ◦ blue 47

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

Shades of Cinnabar #DA3A2F

Tints of Cinnabar #DA3A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 67.49%
G = 17.96%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3A2F (or 0xDA3A2F) is known color: Cinnabar. HEX triplet: DA, 3A and 2F. RGB value is (218,58,47). Sum of RGB (Red+Green+Blue) = 218+58+47=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A2F is #25C5D0. Grayscale: #686868. Windows color (decimal): -2475473 or 3095258. OLE color: 3095258.

HSL color Cylindrical-coordinate representation of color #DA3A2F: hue angle of 3.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3A2F is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 58 47 -
CMYK 0 0.73 0.78 0.15
HSL 3.86º 0.7% 0.52% -
HSV(B) 3.86º 0.78% 0.85% -
XYZ 30.94 18.14 4.56 -
YUV 104.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 218 58 47 0 0.73 0.78 0.15 3.86 0.7 0.52
Hex DA 3A 2F 0 49 4E F 4 46 34
Octal 332 72 57 0 111 116 17 4 106 64
Binary 11011010 111010 101111 0 1001001 1001110 1111 100 1000110 110100

Color Harmonies of #DA3A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A2F

Black with #DA3A2F

Text Example


Text Example

White with #DA3A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A2F; }

 p { color: rgb(218,58,47); }

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

background-color css

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

 a { background-color: rgb(218,58,47); }

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

border-color css

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

 span { border-color: rgb(218,58,47); }

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