Html Css Color HEX #CB182E Fire Engine Red

📋 copy color: '#CB182E'

red 203 ◦ green 24 ◦ blue 46

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

Shades of Fire Engine Red #CB182E

Tints of Fire Engine Red #CB182E

RGB

 RED value IS 203 (79.69% from 255) = 74.36%

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 74.36%
G = 8.79%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB182E (or 0xCB182E) is known color: Fire Engine Red. HEX triplet: CB, 18 and 2E. RGB value is (203,24,46). Sum of RGB (Red+Green+Blue) = 203+24+46=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB182E is #34E7D1. Grayscale: #505050. Windows color (decimal): -3467218 or 3021003. OLE color: 3021003.

HSL color Cylindrical-coordinate representation of color #CB182E: hue angle of 352.63º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB182E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 46 -
CMYK 0 0.88 0.77 0.20
HSL 352.63º 0.79% 0.45% -
HSV(B) 352.63º 0.88% 0.8% -
XYZ 25.45 13.55 3.86 -
YUV 80.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 203 24 46 0 0.88 0.77 0.20 352.63 0.79 0.45
Hex CB 18 2E 0 58 4D 14 161 4F 2D
Octal 313 30 56 0 130 115 24 541 117 55
Binary 11001011 11000 101110 0 1011000 1001101 10100 101100001 1001111 101101

Color Harmonies of #CB182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB182E

Black with #CB182E

Text Example


Text Example

White with #CB182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB182E; }

 p { color: rgb(203,24,46); }

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

background-color css

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

 a { background-color: rgb(203,24,46); }

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

border-color css

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

 span { border-color: rgb(203,24,46); }

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