Html Css Color HEX #DA4622 Cinnabar

📋 copy color: '#DA4622'

red 218 ◦ green 70 ◦ blue 34

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

Shades of Cinnabar #DA4622

Tints of Cinnabar #DA4622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 67.7%
G = 21.74%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA4622 (or 0xDA4622) is known color: Cinnabar. HEX triplet: DA, 46 and 22. RGB value is (218,70,34). Sum of RGB (Red+Green+Blue) = 218+70+34=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4622 is #25B9DD. Grayscale: #6E6E6E. Windows color (decimal): -2472414 or 2246362. OLE color: 2246362.

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

Color convert

RGB 218 70 34 -
CMYK 0 0.68 0.84 0.15
HSL 11.74º 0.73% 0.49% -
HSV(B) 11.74º 0.84% 0.85% -
XYZ 31.39 19.4 3.6 -
YUV 110.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 218 70 34 0 0.68 0.84 0.15 11.74 0.73 0.49
Hex DA 46 22 0 44 54 F C 49 31
Octal 332 106 42 0 104 124 17 14 111 61
Binary 11011010 1000110 100010 0 1000100 1010100 1111 1100 1001001 110001

Color Harmonies of #DA4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4622

Black with #DA4622

Text Example


Text Example

White with #DA4622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4622; }

 p { color: rgb(218,70,34); }

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

background-color css

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

 a { background-color: rgb(218,70,34); }

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

border-color css

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

 span { border-color: rgb(218,70,34); }

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