Html Css Color HEX #DA4130 Cinnabar

📋 copy color: '#DA4130'

red 218 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #DA4130

Tints of Cinnabar #DA4130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 65.86%
G = 19.64%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA4130 (or 0xDA4130) is known color: Cinnabar. HEX triplet: DA, 41 and 30. RGB value is (218,65,48). Sum of RGB (Red+Green+Blue) = 218+65+48=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4130 is #25BECF. Grayscale: #6D6D6D. Windows color (decimal): -2473680 or 3162586. OLE color: 3162586.

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

Color convert

RGB 218 65 48 -
CMYK 0 0.70 0.78 0.15
HSL 0.7% 0.52% -
HSV(B) 0.78% 0.85% -
XYZ 31.34 18.9 4.79 -
YUV 108.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 218 65 48 0 0.70 0.78 0.15 6 0.7 0.52
Hex DA 41 30 0 46 4E F 6 46 34
Octal 332 101 60 0 106 116 17 6 106 64
Binary 11011010 1000001 110000 0 1000110 1001110 1111 110 1000110 110100

Color Harmonies of #DA4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4130

Black with #DA4130

Text Example


Text Example

White with #DA4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4130; }

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

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

background-color css

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

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

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

border-color css

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

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

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