Html Css Color HEX #CE2326 Fire Engine Red

📋 copy color: '#CE2326'

red 206 ◦ green 35 ◦ blue 38

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

Shades of Fire Engine Red #CE2326

Tints of Fire Engine Red #CE2326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 73.84%
G = 12.54%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE2326 (or 0xCE2326) is known color: Fire Engine Red. HEX triplet: CE, 23 and 26. RGB value is (206,35,38). Sum of RGB (Red+Green+Blue) = 206+35+38=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2326 is #31DCD9. Grayscale: #565656. Windows color (decimal): -3267802 or 2499534. OLE color: 2499534.

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

Color convert

RGB 206 35 38 -
CMYK 0 0.83 0.82 0.19
HSL 358.95º 0.71% 0.47% -
HSV(B) 358.95º 0.83% 0.81% -
XYZ 26.4 14.46 3.23 -
YUV 86.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 206 35 38 0 0.83 0.82 0.19 358.95 0.71 0.47
Hex CE 23 26 0 53 52 13 167 47 2F
Octal 316 43 46 0 123 122 23 547 107 57
Binary 11001110 100011 100110 0 1010011 1010010 10011 101100111 1000111 101111

Color Harmonies of #CE2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2326

Black with #CE2326

Text Example


Text Example

White with #CE2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2326; }

 p { color: rgb(206,35,38); }

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

background-color css

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

 a { background-color: rgb(206,35,38); }

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

border-color css

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

 span { border-color: rgb(206,35,38); }

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