Html Css Color HEX #DA4123 Cinnabar

📋 copy color: '#DA4123'

red 218 ◦ green 65 ◦ blue 35

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

Shades of Cinnabar #DA4123

Tints of Cinnabar #DA4123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

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

R = 68.55%
G = 20.44%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA4123 (or 0xDA4123) is known color: Cinnabar. HEX triplet: DA, 41 and 23. RGB value is (218,65,35). Sum of RGB (Red+Green+Blue) = 218+65+35=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4123 is #25BEDC. Grayscale: #6B6B6B. Windows color (decimal): -2473693 or 2310618. OLE color: 2310618.

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

Color convert

RGB 218 65 35 -
CMYK 0 0.70 0.84 0.15
HSL 9.84º 0.72% 0.5% -
HSV(B) 9.84º 0.84% 0.85% -
XYZ 31.11 18.81 3.58 -
YUV 107.33 87.19 206.94 -
System Red Green Blue C M Y K H S L
Decimal 218 65 35 0 0.70 0.84 0.15 9.84 0.72 0.5
Hex DA 41 23 0 46 54 F A 48 32
Octal 332 101 43 0 106 124 17 12 110 62
Binary 11011010 1000001 100011 0 1000110 1010100 1111 1010 1001000 110010

Color Harmonies of #DA4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4123

Black with #DA4123

Text Example


Text Example

White with #DA4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4123; }

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

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

background-color css

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

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

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

border-color css

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

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

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