Html Css Color HEX #CB132E Fire Engine Red

📋 copy color: '#CB132E'

red 203 ◦ green 19 ◦ blue 46

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

Shades of Fire Engine Red #CB132E

Tints of Fire Engine Red #CB132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

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

R = 75.75%
G = 7.09%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB132E (or 0xCB132E) is known color: Fire Engine Red. HEX triplet: CB, 13 and 2E. RGB value is (203,19,46). Sum of RGB (Red+Green+Blue) = 203+19+46=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB132E is #34ECD1. Grayscale: #4D4D4D. Windows color (decimal): -3468498 or 3019723. OLE color: 3019723.

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

Color convert

RGB 203 19 46 -
CMYK 0 0.91 0.77 0.20
HSL 351.2º 0.83% 0.44% -
HSV(B) 351.2º 0.91% 0.8% -
XYZ 25.35 13.36 3.83 -
YUV 77.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 203 19 46 0 0.91 0.77 0.20 351.2 0.83 0.44
Hex CB 13 2E 0 5B 4D 14 15F 53 2C
Octal 313 23 56 0 133 115 24 537 123 54
Binary 11001011 10011 101110 0 1011011 1001101 10100 101011111 1010011 101100

Color Harmonies of #CB132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB132E

Black with #CB132E

Text Example


Text Example

White with #CB132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB132E; }

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

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

background-color css

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

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

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

border-color css

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

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

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