Html Css Color HEX #CB141D Fire Engine Red

📋 copy color: '#CB141D'

red 203 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #CB141D

Tints of Fire Engine Red #CB141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 80.56%
G = 7.94%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB141D (or 0xCB141D) is known color: Fire Engine Red. HEX triplet: CB, 14 and 1D. RGB value is (203,20,29). Sum of RGB (Red+Green+Blue) = 203+20+29=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB141D is #34EBE2. Grayscale: #4B4B4B. Windows color (decimal): -3468259 or 1905867. OLE color: 1905867.

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

Color convert

RGB 203 20 29 -
CMYK 0 0.90 0.86 0.20
HSL 357.05º 0.82% 0.44% -
HSV(B) 357.05º 0.9% 0.8% -
XYZ 25.1 13.29 2.4 -
YUV 75.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 203 20 29 0 0.90 0.86 0.20 357.05 0.82 0.44
Hex CB 14 1D 0 5A 56 14 165 52 2C
Octal 313 24 35 0 132 126 24 545 122 54
Binary 11001011 10100 11101 0 1011010 1010110 10100 101100101 1010010 101100

Color Harmonies of #CB141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB141D

Black with #CB141D

Text Example


Text Example

White with #CB141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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