Html Css Color HEX #DA433F Cinnabar

📋 copy color: '#DA433F'

red 218 ◦ green 67 ◦ blue 63

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

Shades of Cinnabar #DA433F

Tints of Cinnabar #DA433F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 62.64%
G = 19.25%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA433F (or 0xDA433F) is known color: Cinnabar. HEX triplet: DA, 43 and 3F. RGB value is (218,67,63). Sum of RGB (Red+Green+Blue) = 218+67+63=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA433F is #25BCC0. Grayscale: #6F6F6F. Windows color (decimal): -2473153 or 4146138. OLE color: 4146138.

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

Color convert

RGB 218 67 63 -
CMYK 0 0.69 0.71 0.15
HSL 1.55º 0.68% 0.55% -
HSV(B) 1.55º 0.71% 0.85% -
XYZ 31.82 19.28 6.75 -
YUV 111.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 218 67 63 0 0.69 0.71 0.15 1.55 0.68 0.55
Hex DA 43 3F 0 45 47 F 2 44 37
Octal 332 103 77 0 105 107 17 2 104 67
Binary 11011010 1000011 111111 0 1000101 1000111 1111 10 1000100 110111

Color Harmonies of #DA433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA433F

Black with #DA433F

Text Example


Text Example

White with #DA433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA433F; }

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

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

background-color css

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

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

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

border-color css

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

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

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