Html Css Color HEX #CE232B Fire Engine Red

📋 copy color: '#CE232B'

red 206 ◦ green 35 ◦ blue 43

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

Shades of Fire Engine Red #CE232B

Tints of Fire Engine Red #CE232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 72.54%
G = 12.32%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE232B (or 0xCE232B) is known color: Fire Engine Red. HEX triplet: CE, 23 and 2B. RGB value is (206,35,43). Sum of RGB (Red+Green+Blue) = 206+35+43=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE232B is #31DCD4. Grayscale: #575757. Windows color (decimal): -3267797 or 2827214. OLE color: 2827214.

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

Color convert

RGB 206 35 43 -
CMYK 0 0.83 0.79 0.19
HSL 357.19º 0.71% 0.47% -
HSV(B) 357.19º 0.83% 0.81% -
XYZ 26.49 14.5 3.69 -
YUV 87.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 206 35 43 0 0.83 0.79 0.19 357.19 0.71 0.47
Hex CE 23 2B 0 53 4F 13 165 47 2F
Octal 316 43 53 0 123 117 23 545 107 57
Binary 11001110 100011 101011 0 1010011 1001111 10011 101100101 1000111 101111

Color Harmonies of #CE232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE232B

Black with #CE232B

Text Example


Text Example

White with #CE232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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