Html Css Color HEX #DA442F Cinnabar

📋 copy color: '#DA442F'

red 218 ◦ green 68 ◦ blue 47

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

Shades of Cinnabar #DA442F

Tints of Cinnabar #DA442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

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

R = 65.47%
G = 20.42%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA442F (or 0xDA442F) is known color: Cinnabar. HEX triplet: DA, 44 and 2F. RGB value is (218,68,47). Sum of RGB (Red+Green+Blue) = 218+68+47=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA442F is #25BBD0. Grayscale: #6E6E6E. Windows color (decimal): -2472913 or 3097818. OLE color: 3097818.

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

Color convert

RGB 218 68 47 -
CMYK 0 0.69 0.78 0.15
HSL 7.37º 0.7% 0.52% -
HSV(B) 7.37º 0.78% 0.85% -
XYZ 31.49 19.24 4.74 -
YUV 110.46 92.2 204.71 -
System Red Green Blue C M Y K H S L
Decimal 218 68 47 0 0.69 0.78 0.15 7.37 0.7 0.52
Hex DA 44 2F 0 45 4E F 7 46 34
Octal 332 104 57 0 105 116 17 7 106 64
Binary 11011010 1000100 101111 0 1000101 1001110 1111 111 1000110 110100

Color Harmonies of #DA442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA442F

Black with #DA442F

Text Example


Text Example

White with #DA442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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