Html Css Color HEX #CE1925 Fire Engine Red

📋 copy color: '#CE1925'

red 206 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #CE1925

Tints of Fire Engine Red #CE1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 76.87%
G = 9.33%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE1925 (or 0xCE1925) is known color: Fire Engine Red. HEX triplet: CE, 19 and 25. RGB value is (206,25,37). Sum of RGB (Red+Green+Blue) = 206+25+37=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1925 is #31E6DA. Grayscale: #505050. Windows color (decimal): -3270363 or 2431438. OLE color: 2431438.

HSL color Cylindrical-coordinate representation of color #CE1925: hue angle of 356.02º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1925 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 37 -
CMYK 0 0.88 0.82 0.19
HSL 356.02º 0.78% 0.45% -
HSV(B) 356.02º 0.88% 0.81% -
XYZ 26.14 13.95 3.07 -
YUV 80.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 206 25 37 0 0.88 0.82 0.19 356.02 0.78 0.45
Hex CE 19 25 0 58 52 13 164 4E 2D
Octal 316 31 45 0 130 122 23 544 116 55
Binary 11001110 11001 100101 0 1011000 1010010 10011 101100100 1001110 101101

Color Harmonies of #CE1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1925

Black with #CE1925

Text Example


Text Example

White with #CE1925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1925; }

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

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

background-color css

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

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

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

border-color css

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

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

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