Html Css Color HEX #DA412F Cinnabar

📋 copy color: '#DA412F'

red 218 ◦ green 65 ◦ blue 47

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

Shades of Cinnabar #DA412F

Tints of Cinnabar #DA412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 66.06%
G = 19.7%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA412F (or 0xDA412F) is known color: Cinnabar. HEX triplet: DA, 41 and 2F. RGB value is (218,65,47). Sum of RGB (Red+Green+Blue) = 218+65+47=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA412F is #25BED0. Grayscale: #6C6C6C. Windows color (decimal): -2473681 or 3097050. OLE color: 3097050.

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

Color convert

RGB 218 65 47 -
CMYK 0 0.70 0.78 0.15
HSL 6.32º 0.7% 0.52% -
HSV(B) 6.32º 0.78% 0.85% -
XYZ 31.32 18.89 4.69 -
YUV 108.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 218 65 47 0 0.70 0.78 0.15 6.32 0.7 0.52
Hex DA 41 2F 0 46 4E F 6 46 34
Octal 332 101 57 0 106 116 17 6 106 64
Binary 11011010 1000001 101111 0 1000110 1001110 1111 110 1000110 110100

Color Harmonies of #DA412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA412F

Black with #DA412F

Text Example


Text Example

White with #DA412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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