Html Css Color HEX #CB141E Fire Engine Red

📋 copy color: '#CB141E'

red 203 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #CB141E

Tints of Fire Engine Red #CB141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 80.24%
G = 7.91%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB141E (or 0xCB141E) is known color: Fire Engine Red. HEX triplet: CB, 14 and 1E. RGB value is (203,20,30). Sum of RGB (Red+Green+Blue) = 203+20+30=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB141E is #34EBE1. Grayscale: #4C4C4C. Windows color (decimal): -3468258 or 1971403. OLE color: 1971403.

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

Color convert

RGB 203 20 30 -
CMYK 0 0.90 0.85 0.20
HSL 356.72º 0.82% 0.44% -
HSV(B) 356.72º 0.9% 0.8% -
XYZ 25.11 13.29 2.47 -
YUV 75.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 203 20 30 0 0.90 0.85 0.20 356.72 0.82 0.44
Hex CB 14 1E 0 5A 55 14 165 52 2C
Octal 313 24 36 0 132 125 24 545 122 54
Binary 11001011 10100 11110 0 1011010 1010101 10100 101100101 1010010 101100

Color Harmonies of #CB141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB141E

Black with #CB141E

Text Example


Text Example

White with #CB141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB141E; }

 p { color: rgb(203,20,30); }

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

background-color css

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

 a { background-color: rgb(203,20,30); }

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

border-color css

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

 span { border-color: rgb(203,20,30); }

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