Html Css Color HEX #CE132A Fire Engine Red

📋 copy color: '#CE132A'

red 206 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #CE132A

Tints of Fire Engine Red #CE132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

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

R = 77.15%
G = 7.12%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE132A (or 0xCE132A) is known color: Fire Engine Red. HEX triplet: CE, 13 and 2A. RGB value is (206,19,42). Sum of RGB (Red+Green+Blue) = 206+19+42=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE132A is #31ECD5. Grayscale: #4D4D4D. Windows color (decimal): -3271894 or 2757582. OLE color: 2757582.

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

Color convert

RGB 206 19 42 -
CMYK 0 0.91 0.80 0.19
HSL 352.62º 0.83% 0.44% -
HSV(B) 352.62º 0.91% 0.81% -
XYZ 26.1 13.75 3.47 -
YUV 77.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 206 19 42 0 0.91 0.80 0.19 352.62 0.83 0.44
Hex CE 13 2A 0 5B 50 13 161 53 2C
Octal 316 23 52 0 133 120 23 541 123 54
Binary 11001110 10011 101010 0 1011011 1010000 10011 101100001 1010011 101100

Color Harmonies of #CE132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE132A

Black with #CE132A

Text Example


Text Example

White with #CE132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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