Html Css Color HEX #DA4A23 Cinnabar

📋 copy color: '#DA4A23'

red 218 ◦ green 74 ◦ blue 35

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

Shades of Cinnabar #DA4A23

Tints of Cinnabar #DA4A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.63%

 BLUE value IS 35 (14.06% from 255) = 10.7%

R = 66.67%
G = 22.63%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA4A23 (or 0xDA4A23) is known color: Cinnabar. HEX triplet: DA, 4A and 23. RGB value is (218,74,35). Sum of RGB (Red+Green+Blue) = 218+74+35=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A23 is #25B5DC. Grayscale: #707070. Windows color (decimal): -2471389 or 2312922. OLE color: 2312922.

HSL color Cylindrical-coordinate representation of color #DA4A23: hue angle of 12.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA4A23 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 74 35 -
CMYK 0 0.66 0.84 0.15
HSL 12.79º 0.72% 0.5% -
HSV(B) 12.79º 0.84% 0.85% -
XYZ 31.67 19.92 3.77 -
YUV 112.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 218 74 35 0 0.66 0.84 0.15 12.79 0.72 0.5
Hex DA 4A 23 0 42 54 F D 48 32
Octal 332 112 43 0 102 124 17 15 110 62
Binary 11011010 1001010 100011 0 1000010 1010100 1111 1101 1001000 110010

Color Harmonies of #DA4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A23

Black with #DA4A23

Text Example


Text Example

White with #DA4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A23; }

 p { color: rgb(218,74,35); }

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

background-color css

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

 a { background-color: rgb(218,74,35); }

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

border-color css

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

 span { border-color: rgb(218,74,35); }

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