Html Css Color HEX #DA402F Cinnabar

📋 copy color: '#DA402F'

red 218 ◦ green 64 ◦ blue 47

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

Shades of Cinnabar #DA402F

Tints of Cinnabar #DA402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 66.26%
G = 19.45%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA402F (or 0xDA402F) is known color: Cinnabar. HEX triplet: DA, 40 and 2F. RGB value is (218,64,47). Sum of RGB (Red+Green+Blue) = 218+64+47=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA402F is #25BFD0. Grayscale: #6C6C6C. Windows color (decimal): -2473937 or 3096794. OLE color: 3096794.

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

Color convert

RGB 218 64 47 -
CMYK 0 0.71 0.78 0.15
HSL 5.96º 0.7% 0.52% -
HSV(B) 5.96º 0.78% 0.85% -
XYZ 31.26 18.78 4.67 -
YUV 108.11 93.52 206.38 -
System Red Green Blue C M Y K H S L
Decimal 218 64 47 0 0.71 0.78 0.15 5.96 0.7 0.52
Hex DA 40 2F 0 47 4E F 6 46 34
Octal 332 100 57 0 107 116 17 6 106 64
Binary 11011010 1000000 101111 0 1000111 1001110 1111 110 1000110 110100

Color Harmonies of #DA402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA402F

Black with #DA402F

Text Example


Text Example

White with #DA402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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