Html Css Color HEX #CE1725 Fire Engine Red

📋 copy color: '#CE1725'

red 206 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #CE1725

Tints of Fire Engine Red #CE1725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 77.44%
G = 8.65%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE1725 (or 0xCE1725) is known color: Fire Engine Red. HEX triplet: CE, 17 and 25. RGB value is (206,23,37). Sum of RGB (Red+Green+Blue) = 206+23+37=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1725 is #31E8DA. Grayscale: #4F4F4F. Windows color (decimal): -3270875 or 2430926. OLE color: 2430926.

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

Color convert

RGB 206 23 37 -
CMYK 0 0.89 0.82 0.19
HSL 355.41º 0.8% 0.45% -
HSV(B) 355.41º 0.89% 0.81% -
XYZ 26.09 13.87 3.05 -
YUV 79.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 206 23 37 0 0.89 0.82 0.19 355.41 0.8 0.45
Hex CE 17 25 0 59 52 13 163 50 2D
Octal 316 27 45 0 131 122 23 543 120 55
Binary 11001110 10111 100101 0 1011001 1010010 10011 101100011 1010000 101101

Color Harmonies of #CE1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1725

Black with #CE1725

Text Example


Text Example

White with #CE1725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1725; }

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

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

background-color css

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

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

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

border-color css

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

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

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