Html Css Color HEX #DA4133 Cinnabar

📋 copy color: '#DA4133'

red 218 ◦ green 65 ◦ blue 51

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

Shades of Cinnabar #DA4133

Tints of Cinnabar #DA4133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.27%

R = 65.27%
G = 19.46%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA4133 (or 0xDA4133) is known color: Cinnabar. HEX triplet: DA, 41 and 33. RGB value is (218,65,51). Sum of RGB (Red+Green+Blue) = 218+65+51=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4133 is #25BECC. Grayscale: #6D6D6D. Windows color (decimal): -2473677 or 3359194. OLE color: 3359194.

HSL color Cylindrical-coordinate representation of color #DA4133: hue angle of 5.03º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA4133 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 51 -
CMYK 0 0.70 0.77 0.15
HSL 5.03º 0.69% 0.53% -
HSV(B) 5.03º 0.77% 0.85% -
XYZ 31.4 18.93 5.13 -
YUV 109.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 218 65 51 0 0.70 0.77 0.15 5.03 0.69 0.53
Hex DA 41 33 0 46 4D F 5 45 35
Octal 332 101 63 0 106 115 17 5 105 65
Binary 11011010 1000001 110011 0 1000110 1001101 1111 101 1000101 110101

Color Harmonies of #DA4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4133

Black with #DA4133

Text Example


Text Example

White with #DA4133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4133; }

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

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

background-color css

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

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

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

border-color css

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

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

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