Html Css Color HEX #CB101D Fire Engine Red

📋 copy color: '#CB101D'

red 203 ◦ green 16 ◦ blue 29

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

Shades of Fire Engine Red #CB101D

Tints of Fire Engine Red #CB101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 81.85%
G = 6.45%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB101D (or 0xCB101D) is known color: Fire Engine Red. HEX triplet: CB, 10 and 1D. RGB value is (203,16,29). Sum of RGB (Red+Green+Blue) = 203+16+29=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB101D is #34EFE2. Grayscale: #494949. Windows color (decimal): -3469283 or 1904843. OLE color: 1904843.

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

Color convert

RGB 203 16 29 -
CMYK 0 0.92 0.86 0.20
HSL 355.83º 0.85% 0.43% -
HSV(B) 355.83º 0.92% 0.8% -
XYZ 25.04 13.16 2.38 -
YUV 73.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 203 16 29 0 0.92 0.86 0.20 355.83 0.85 0.43
Hex CB 10 1D 0 5C 56 14 164 55 2B
Octal 313 20 35 0 134 126 24 544 125 53
Binary 11001011 10000 11101 0 1011100 1010110 10100 101100100 1010101 101011

Color Harmonies of #CB101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB101D

Black with #CB101D

Text Example


Text Example

White with #CB101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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