Html Css Color HEX #CB152D Fire Engine Red

📋 copy color: '#CB152D'

red 203 ◦ green 21 ◦ blue 45

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

Shades of Fire Engine Red #CB152D

Tints of Fire Engine Red #CB152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 75.46%
G = 7.81%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB152D (or 0xCB152D) is known color: Fire Engine Red. HEX triplet: CB, 15 and 2D. RGB value is (203,21,45). Sum of RGB (Red+Green+Blue) = 203+21+45=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB152D is #34EAD2. Grayscale: #4E4E4E. Windows color (decimal): -3467987 or 2954699. OLE color: 2954699.

HSL color Cylindrical-coordinate representation of color #CB152D: hue angle of 352.09º 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 #CB152D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 45 -
CMYK 0 0.90 0.78 0.20
HSL 352.09º 0.81% 0.44% -
HSV(B) 352.09º 0.9% 0.8% -
XYZ 25.37 13.42 3.74 -
YUV 78.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 203 21 45 0 0.90 0.78 0.20 352.09 0.81 0.44
Hex CB 15 2D 0 5A 4E 14 160 51 2C
Octal 313 25 55 0 132 116 24 540 121 54
Binary 11001011 10101 101101 0 1011010 1001110 10100 101100000 1010001 101100

Color Harmonies of #CB152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB152D

Black with #CB152D

Text Example


Text Example

White with #CB152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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