Html Css Color HEX #DA452E Cinnabar

📋 copy color: '#DA452E'

red 218 ◦ green 69 ◦ blue 46

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

Shades of Cinnabar #DA452E

Tints of Cinnabar #DA452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 65.47%
G = 20.72%
B = 13.81%

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

#DA452E (or 0xDA452E) is known color: Cinnabar. HEX triplet: DA, 45 and 2E. RGB value is (218,69,46). Sum of RGB (Red+Green+Blue) = 218+69+46=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA452E is #25BAD1. Grayscale: #6F6F6F. Windows color (decimal): -2472658 or 3032538. OLE color: 3032538.

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

Color convert

RGB 218 69 46 -
CMYK 0 0.68 0.79 0.15
HSL 8.02º 0.7% 0.52% -
HSV(B) 8.02º 0.79% 0.85% -
XYZ 31.53 19.36 4.66 -
YUV 110.93 91.36 204.37 -
System Red Green Blue C M Y K H S L
Decimal 218 69 46 0 0.68 0.79 0.15 8.02 0.7 0.52
Hex DA 45 2E 0 44 4F F 8 46 34
Octal 332 105 56 0 104 117 17 10 106 64
Binary 11011010 1000101 101110 0 1000100 1001111 1111 1000 1000110 110100

Color Harmonies of #DA452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA452E

Black with #DA452E

Text Example


Text Example

White with #DA452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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