Html Css Color HEX #CB131D Fire Engine Red

📋 copy color: '#CB131D'

red 203 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #CB131D

Tints of Fire Engine Red #CB131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 80.88%
G = 7.57%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB131D (or 0xCB131D) is known color: Fire Engine Red. HEX triplet: CB, 13 and 1D. RGB value is (203,19,29). Sum of RGB (Red+Green+Blue) = 203+19+29=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB131D is #34ECE2. Grayscale: #4B4B4B. Windows color (decimal): -3468515 or 1905611. OLE color: 1905611.

HSL color Cylindrical-coordinate representation of color #CB131D: hue angle of 356.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB131D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 29 -
CMYK 0 0.91 0.86 0.20
HSL 356.74º 0.83% 0.44% -
HSV(B) 356.74º 0.91% 0.8% -
XYZ 25.08 13.25 2.4 -
YUV 75.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 203 19 29 0 0.91 0.86 0.20 356.74 0.83 0.44
Hex CB 13 1D 0 5B 56 14 165 53 2C
Octal 313 23 35 0 133 126 24 545 123 54
Binary 11001011 10011 11101 0 1011011 1010110 10100 101100101 1010011 101100

Color Harmonies of #CB131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB131D

Black with #CB131D

Text Example


Text Example

White with #CB131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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