Html Css Color HEX #CE062C Fire Engine Red

📋 copy color: '#CE062C'

red 206 ◦ green 6 ◦ blue 44

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

Shades of Fire Engine Red #CE062C

Tints of Fire Engine Red #CE062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 80.47%
G = 2.34%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE062C (or 0xCE062C) is known color: Fire Engine Red. HEX triplet: CE, 06 and 2C. RGB value is (206,6,44). Sum of RGB (Red+Green+Blue) = 206+6+44=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE062C is #31F9D3. Grayscale: #464646. Windows color (decimal): -3275220 or 2885326. OLE color: 2885326.

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

Color convert

RGB 206 6 44 -
CMYK 0 0.97 0.79 0.19
HSL 348.6º 0.94% 0.42% -
HSV(B) 348.6º 0.97% 0.81% -
XYZ 25.97 13.43 3.61 -
YUV 70.13 113.26 224.91 -
System Red Green Blue C M Y K H S L
Decimal 206 6 44 0 0.97 0.79 0.19 348.6 0.94 0.42
Hex CE 6 2C 0 61 4F 13 15D 5E 2A
Octal 316 6 54 0 141 117 23 535 136 52
Binary 11001110 110 101100 0 1100001 1001111 10011 101011101 1011110 101010

Color Harmonies of #CE062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE062C

Black with #CE062C

Text Example


Text Example

White with #CE062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE062C; }

 p { color: rgb(206,6,44); }

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

background-color css

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

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

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

border-color css

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

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

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