Html Css Color HEX #CE1325 Fire Engine Red

📋 copy color: '#CE1325'

red 206 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #CE1325

Tints of Fire Engine Red #CE1325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 78.63%
G = 7.25%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE1325 (or 0xCE1325) is known color: Fire Engine Red. HEX triplet: CE, 13 and 25. RGB value is (206,19,37). Sum of RGB (Red+Green+Blue) = 206+19+37=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1325 is #31ECDA. Grayscale: #4D4D4D. Windows color (decimal): -3271899 or 2429902. OLE color: 2429902.

HSL color Cylindrical-coordinate representation of color #CE1325: hue angle of 354.22º 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 #CE1325 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 37 -
CMYK 0 0.91 0.82 0.19
HSL 354.22º 0.83% 0.44% -
HSV(B) 354.22º 0.91% 0.81% -
XYZ 26.02 13.72 3.03 -
YUV 76.97 105.45 220.04 -
System Red Green Blue C M Y K H S L
Decimal 206 19 37 0 0.91 0.82 0.19 354.22 0.83 0.44
Hex CE 13 25 0 5B 52 13 162 53 2C
Octal 316 23 45 0 133 122 23 542 123 54
Binary 11001110 10011 100101 0 1011011 1010010 10011 101100010 1010011 101100

Color Harmonies of #CE1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1325

Black with #CE1325

Text Example


Text Example

White with #CE1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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