Html Css Color HEX #CE1717 Fire Brick

📋 copy color: '#CE1717'

red 206 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #CE1717

Tints of Fire Brick #CE1717

RGB

 RED value IS 206 (80.86% from 255) = 81.75%

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 81.75%
G = 9.13%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE1717 (or 0xCE1717) is known color: Fire Brick. HEX triplet: CE, 17 and 17. RGB value is (206,23,23). Sum of RGB (Red+Green+Blue) = 206+23+23=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1717 is #31E8E8. Grayscale: #4D4D4D. Windows color (decimal): -3270889 or 1513422. OLE color: 1513422.

HSL color Cylindrical-coordinate representation of color #CE1717: hue angle of 0º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1717 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 23 -
CMYK 0 0.89 0.89 0.19
HSL 0.8% 0.45% -
HSV(B) 0.89% 0.81% -
XYZ 25.91 13.8 2.11 -
YUV 77.72 97.13 219.5 -
System Red Green Blue C M Y K H S L
Decimal 206 23 23 0 0.89 0.89 0.19 0 0.8 0.45
Hex CE 17 17 0 59 59 13 0 50 2D
Octal 316 27 27 0 131 131 23 0 120 55
Binary 11001110 10111 10111 0 1011001 1011001 10011 0 1010000 101101

Color Harmonies of #CE1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1717

Black with #CE1717

Text Example


Text Example

White with #CE1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1717; }

 p { color: rgb(206,23,23); }

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

background-color css

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

 a { background-color: rgb(206,23,23); }

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

border-color css

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

 span { border-color: rgb(206,23,23); }

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