Html Css Color HEX #CB101B Fire Engine Red

📋 copy color: '#CB101B'

red 203 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #CB101B

Tints of Fire Engine Red #CB101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 82.52%
G = 6.5%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB101B (or 0xCB101B) is known color: Fire Engine Red. HEX triplet: CB, 10 and 1B. RGB value is (203,16,27). Sum of RGB (Red+Green+Blue) = 203+16+27=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB101B is #34EFE4. Grayscale: #494949. Windows color (decimal): -3469285 or 1773771. OLE color: 1773771.

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

Color convert

RGB 203 16 27 -
CMYK 0 0.92 0.87 0.20
HSL 356.47º 0.85% 0.43% -
HSV(B) 356.47º 0.92% 0.8% -
XYZ 25.01 13.15 2.26 -
YUV 73.17 101.95 220.61 -
System Red Green Blue C M Y K H S L
Decimal 203 16 27 0 0.92 0.87 0.20 356.47 0.85 0.43
Hex CB 10 1B 0 5C 57 14 164 55 2B
Octal 313 20 33 0 134 127 24 544 125 53
Binary 11001011 10000 11011 0 1011100 1010111 10100 101100100 1010101 101011

Color Harmonies of #CB101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB101B

Black with #CB101B

Text Example


Text Example

White with #CB101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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