Html Css Color HEX #DA3F34 Cinnabar

📋 copy color: '#DA3F34'

red 218 ◦ green 63 ◦ blue 52

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

Shades of Cinnabar #DA3F34

Tints of Cinnabar #DA3F34

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

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

R = 65.47%
G = 18.92%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3F34 (or 0xDA3F34) is known color: Cinnabar. HEX triplet: DA, 3F and 34. RGB value is (218,63,52). Sum of RGB (Red+Green+Blue) = 218+63+52=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F34 is #25C0CB. Grayscale: #6C6C6C. Windows color (decimal): -2474188 or 3424218. OLE color: 3424218.

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

Color convert

RGB 218 63 52 -
CMYK 0 0.71 0.76 0.15
HSL 3.98º 0.69% 0.53% -
HSV(B) 3.98º 0.76% 0.85% -
XYZ 31.31 18.71 5.21 -
YUV 108.09 96.35 206.39 -
System Red Green Blue C M Y K H S L
Decimal 218 63 52 0 0.71 0.76 0.15 3.98 0.69 0.53
Hex DA 3F 34 0 47 4C F 4 45 35
Octal 332 77 64 0 107 114 17 4 105 65
Binary 11011010 111111 110100 0 1000111 1001100 1111 100 1000101 110101

Color Harmonies of #DA3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F34

Black with #DA3F34

Text Example


Text Example

White with #DA3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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