Html Css Color HEX #DA452A Cinnabar

📋 copy color: '#DA452A'

red 218 ◦ green 69 ◦ blue 42

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

Shades of Cinnabar #DA452A

Tints of Cinnabar #DA452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 66.26%
G = 20.97%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA452A (or 0xDA452A) is known color: Cinnabar. HEX triplet: DA, 45 and 2A. RGB value is (218,69,42). Sum of RGB (Red+Green+Blue) = 218+69+42=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA452A is #25BAD5. Grayscale: #6E6E6E. Windows color (decimal): -2472662 or 2770394. OLE color: 2770394.

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

Color convert

RGB 218 69 42 -
CMYK 0 0.68 0.81 0.15
HSL 9.2º 0.7% 0.51% -
HSV(B) 9.2º 0.81% 0.85% -
XYZ 31.46 19.33 4.26 -
YUV 110.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 218 69 42 0 0.68 0.81 0.15 9.2 0.7 0.51
Hex DA 45 2A 0 44 51 F 9 46 33
Octal 332 105 52 0 104 121 17 11 106 63
Binary 11011010 1000101 101010 0 1000100 1010001 1111 1001 1000110 110011

Color Harmonies of #DA452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA452A

Black with #DA452A

Text Example


Text Example

White with #DA452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA452A; }

 p { color: rgb(218,69,42); }

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

background-color css

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

 a { background-color: rgb(218,69,42); }

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

border-color css

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

 span { border-color: rgb(218,69,42); }

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