Html Css Color HEX #DA3F3E Cinnabar

📋 copy color: '#DA3F3E'

red 218 ◦ green 63 ◦ blue 62

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

Shades of Cinnabar #DA3F3E

Tints of Cinnabar #DA3F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 63.56%
G = 18.37%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA3F3E (or 0xDA3F3E) is known color: Cinnabar. HEX triplet: DA, 3F and 3E. RGB value is (218,63,62). Sum of RGB (Red+Green+Blue) = 218+63+62=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F3E is #25C0C1. Grayscale: #6D6D6D. Windows color (decimal): -2474178 or 4079578. OLE color: 4079578.

HSL color Cylindrical-coordinate representation of color #DA3F3E: hue angle of 0.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3F3E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 63 62 -
CMYK 0 0.71 0.72 0.15
HSL 0.38º 0.68% 0.55% -
HSV(B) 0.38º 0.72% 0.85% -
XYZ 31.56 18.81 6.52 -
YUV 109.23 101.35 205.58 -
System Red Green Blue C M Y K H S L
Decimal 218 63 62 0 0.71 0.72 0.15 0.38 0.68 0.55
Hex DA 3F 3E 0 47 48 F 0 44 37
Octal 332 77 76 0 107 110 17 0 104 67
Binary 11011010 111111 111110 0 1000111 1001000 1111 0 1000100 110111

Color Harmonies of #DA3F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F3E

Black with #DA3F3E

Text Example


Text Example

White with #DA3F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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