Html Css Color HEX #DA3B34 Cinnabar

📋 copy color: '#DA3B34'

red 218 ◦ green 59 ◦ blue 52

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

Shades of Cinnabar #DA3B34

Tints of Cinnabar #DA3B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 66.26%
G = 17.93%
B = 15.81%

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

#DA3B34 (or 0xDA3B34) is known color: Cinnabar. HEX triplet: DA, 3B and 34. RGB value is (218,59,52). Sum of RGB (Red+Green+Blue) = 218+59+52=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B34 is #25C4CB. Grayscale: #696969. Windows color (decimal): -2475212 or 3423194. OLE color: 3423194.

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

Color convert

RGB 218 59 52 -
CMYK 0 0.73 0.76 0.15
HSL 2.53º 0.69% 0.53% -
HSV(B) 2.53º 0.76% 0.85% -
XYZ 31.1 18.28 5.14 -
YUV 105.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 218 59 52 0 0.73 0.76 0.15 2.53 0.69 0.53
Hex DA 3B 34 0 49 4C F 3 45 35
Octal 332 73 64 0 111 114 17 3 105 65
Binary 11011010 111011 110100 0 1001001 1001100 1111 11 1000101 110101

Color Harmonies of #DA3B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B34

Black with #DA3B34

Text Example


Text Example

White with #DA3B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B34; }

 p { color: rgb(218,59,52); }

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

background-color css

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

 a { background-color: rgb(218,59,52); }

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

border-color css

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

 span { border-color: rgb(218,59,52); }

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