Html Css Color HEX #DA452D Cinnabar

📋 copy color: '#DA452D'

red 218 ◦ green 69 ◦ blue 45

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

Shades of Cinnabar #DA452D

Tints of Cinnabar #DA452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 65.66%
G = 20.78%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA452D (or 0xDA452D) is known color: Cinnabar. HEX triplet: DA, 45 and 2D. RGB value is (218,69,45). Sum of RGB (Red+Green+Blue) = 218+69+45=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA452D is #25BAD2. Grayscale: #6F6F6F. Windows color (decimal): -2472659 or 2967002. OLE color: 2967002.

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

Color convert

RGB 218 69 45 -
CMYK 0 0.68 0.79 0.15
HSL 8.32º 0.7% 0.52% -
HSV(B) 8.32º 0.79% 0.85% -
XYZ 31.52 19.35 4.56 -
YUV 110.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 218 69 45 0 0.68 0.79 0.15 8.32 0.7 0.52
Hex DA 45 2D 0 44 4F F 8 46 34
Octal 332 105 55 0 104 117 17 10 106 64
Binary 11011010 1000101 101101 0 1000100 1001111 1111 1000 1000110 110100

Color Harmonies of #DA452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA452D

Black with #DA452D

Text Example


Text Example

White with #DA452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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