Html Css Color HEX #CB141F Fire Engine Red

📋 copy color: '#CB141F'

red 203 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #CB141F

Tints of Fire Engine Red #CB141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 79.92%
G = 7.87%
B = 12.2%

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

#CB141F (or 0xCB141F) is known color: Fire Engine Red. HEX triplet: CB, 14 and 1F. RGB value is (203,20,31). Sum of RGB (Red+Green+Blue) = 203+20+31=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB141F is #34EBE0. Grayscale: #4C4C4C. Windows color (decimal): -3468257 or 2036939. OLE color: 2036939.

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

Color convert

RGB 203 20 31 -
CMYK 0 0.90 0.85 0.20
HSL 356.39º 0.82% 0.44% -
HSV(B) 356.39º 0.9% 0.8% -
XYZ 25.13 13.3 2.54 -
YUV 75.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 203 20 31 0 0.90 0.85 0.20 356.39 0.82 0.44
Hex CB 14 1F 0 5A 55 14 164 52 2C
Octal 313 24 37 0 132 125 24 544 122 54
Binary 11001011 10100 11111 0 1011010 1010101 10100 101100100 1010010 101100

Color Harmonies of #CB141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB141F

Black with #CB141F

Text Example


Text Example

White with #CB141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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