Html Css Color HEX #D33F25 Cinnabar

📋 copy color: '#D33F25'

red 211 ◦ green 63 ◦ blue 37

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

Shades of Cinnabar #D33F25

Tints of Cinnabar #D33F25

RGB

 RED value IS 211 (82.81% from 255) = 67.85%

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

 BLUE value IS 37 (14.84% from 255) = 11.9%

R = 67.85%
G = 20.26%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D33F25 (or 0xD33F25) is known color: Cinnabar. HEX triplet: D3, 3F and 25. RGB value is (211,63,37). Sum of RGB (Red+Green+Blue) = 211+63+37=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F25 is #2CC0DA. Grayscale: #686868. Windows color (decimal): -2932955 or 2441171. OLE color: 2441171.

HSL color Cylindrical-coordinate representation of color #D33F25: hue angle of 8.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D33F25 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 63 37 -
CMYK 0 0.70 0.82 0.17
HSL 8.97º 0.7% 0.49% -
HSV(B) 8.97º 0.82% 0.83% -
XYZ 28.98 17.54 3.61 -
YUV 104.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 211 63 37 0 0.70 0.82 0.17 8.97 0.7 0.49
Hex D3 3F 25 0 46 52 11 9 46 31
Octal 323 77 45 0 106 122 21 11 106 61
Binary 11010011 111111 100101 0 1000110 1010010 10001 1001 1000110 110001

Color Harmonies of #D33F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33F25

Black with #D33F25

Text Example


Text Example

White with #D33F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33F25; }

 p { color: rgb(211,63,37); }

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

background-color css

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

 a { background-color: rgb(211,63,37); }

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

border-color css

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

 span { border-color: rgb(211,63,37); }

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