Html Css Color HEX #CE102B Fire Engine Red

📋 copy color: '#CE102B'

red 206 ◦ green 16 ◦ blue 43

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

Shades of Fire Engine Red #CE102B

Tints of Fire Engine Red #CE102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 77.74%
G = 6.04%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE102B (or 0xCE102B) is known color: Fire Engine Red. HEX triplet: CE, 10 and 2B. RGB value is (206,16,43). Sum of RGB (Red+Green+Blue) = 206+16+43=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE102B is #31EFD4. Grayscale: #4B4B4B. Windows color (decimal): -3272661 or 2822350. OLE color: 2822350.

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

Color convert

RGB 206 16 43 -
CMYK 0 0.92 0.79 0.19
HSL 351.47º 0.86% 0.44% -
HSV(B) 351.47º 0.92% 0.81% -
XYZ 26.07 13.67 3.55 -
YUV 75.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 206 16 43 0 0.92 0.79 0.19 351.47 0.86 0.44
Hex CE 10 2B 0 5C 4F 13 15F 56 2C
Octal 316 20 53 0 134 117 23 537 126 54
Binary 11001110 10000 101011 0 1011100 1001111 10011 101011111 1010110 101100

Color Harmonies of #CE102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE102B

Black with #CE102B

Text Example


Text Example

White with #CE102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE102B; }

 p { color: rgb(206,16,43); }

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

background-color css

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

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

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

border-color css

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

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

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