Html Css Color HEX #DA3A35 Cinnabar

📋 copy color: '#DA3A35'

red 218 ◦ green 58 ◦ blue 53

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

Shades of Cinnabar #DA3A35

Tints of Cinnabar #DA3A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 66.26%
G = 17.63%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3A35 (or 0xDA3A35) is known color: Cinnabar. HEX triplet: DA, 3A and 35. RGB value is (218,58,53). Sum of RGB (Red+Green+Blue) = 218+58+53=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A35 is #25C5CA. Grayscale: #696969. Windows color (decimal): -2475467 or 3488474. OLE color: 3488474.

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

Color convert

RGB 218 58 53 -
CMYK 0 0.73 0.76 0.15
HSL 1.82º 0.69% 0.53% -
HSV(B) 1.82º 0.76% 0.85% -
XYZ 31.07 18.19 5.24 -
YUV 105.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 218 58 53 0 0.73 0.76 0.15 1.82 0.69 0.53
Hex DA 3A 35 0 49 4C F 2 45 35
Octal 332 72 65 0 111 114 17 2 105 65
Binary 11011010 111010 110101 0 1001001 1001100 1111 10 1000101 110101

Color Harmonies of #DA3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A35

Black with #DA3A35

Text Example


Text Example

White with #DA3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A35; }

 p { color: rgb(218,58,53); }

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

background-color css

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

 a { background-color: rgb(218,58,53); }

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

border-color css

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

 span { border-color: rgb(218,58,53); }

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