Html Css Color HEX #CB152A Fire Engine Red

📋 copy color: '#CB152A'

red 203 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #CB152A

Tints of Fire Engine Red #CB152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 76.32%
G = 7.89%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB152A (or 0xCB152A) is known color: Fire Engine Red. HEX triplet: CB, 15 and 2A. RGB value is (203,21,42). Sum of RGB (Red+Green+Blue) = 203+21+42=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB152A is #34EAD5. Grayscale: #4D4D4D. Windows color (decimal): -3467990 or 2758091. OLE color: 2758091.

HSL color Cylindrical-coordinate representation of color #CB152A: hue angle of 353.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB152A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 42 -
CMYK 0 0.90 0.79 0.20
HSL 353.08º 0.81% 0.44% -
HSV(B) 353.08º 0.9% 0.8% -
XYZ 25.31 13.4 3.44 -
YUV 77.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 203 21 42 0 0.90 0.79 0.20 353.08 0.81 0.44
Hex CB 15 2A 0 5A 4F 14 161 51 2C
Octal 313 25 52 0 132 117 24 541 121 54
Binary 11001011 10101 101010 0 1011010 1001111 10100 101100001 1010001 101100

Color Harmonies of #CB152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB152A

Black with #CB152A

Text Example


Text Example

White with #CB152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB152A; }

 p { color: rgb(203,21,42); }

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

background-color css

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

 a { background-color: rgb(203,21,42); }

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

border-color css

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

 span { border-color: rgb(203,21,42); }

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