Html Css Color HEX #CE1C2A Fire Engine Red

📋 copy color: '#CE1C2A'

red 206 ◦ green 28 ◦ blue 42

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

Shades of Fire Engine Red #CE1C2A

Tints of Fire Engine Red #CE1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 74.64%
G = 10.14%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE1C2A (or 0xCE1C2A) is known color: Fire Engine Red. HEX triplet: CE, 1C and 2A. RGB value is (206,28,42). Sum of RGB (Red+Green+Blue) = 206+28+42=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C2A is #31E3D5. Grayscale: #525252. Windows color (decimal): -3269590 or 2759886. OLE color: 2759886.

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

Color convert

RGB 206 28 42 -
CMYK 0 0.86 0.80 0.19
HSL 355.28º 0.76% 0.46% -
HSV(B) 355.28º 0.86% 0.81% -
XYZ 26.29 14.12 3.53 -
YUV 82.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 206 28 42 0 0.86 0.80 0.19 355.28 0.76 0.46
Hex CE 1C 2A 0 56 50 13 163 4C 2E
Octal 316 34 52 0 126 120 23 543 114 56
Binary 11001110 11100 101010 0 1010110 1010000 10011 101100011 1001100 101110

Color Harmonies of #CE1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C2A

Black with #CE1C2A

Text Example


Text Example

White with #CE1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C2A; }

 p { color: rgb(206,28,42); }

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

background-color css

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

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

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

border-color css

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

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

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