Html Css Color HEX #CB1B1E Fire Engine Red

📋 copy color: '#CB1B1E'

red 203 ◦ green 27 ◦ blue 30

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

Shades of Fire Engine Red #CB1B1E

Tints of Fire Engine Red #CB1B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.38%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 78.08%
G = 10.38%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB1B1E (or 0xCB1B1E) is known color: Fire Engine Red. HEX triplet: CB, 1B and 1E. RGB value is (203,27,30). Sum of RGB (Red+Green+Blue) = 203+27+30=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1B1E is #34E4E1. Grayscale: #505050. Windows color (decimal): -3466466 or 1973195. OLE color: 1973195.

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

Color convert

RGB 203 27 30 -
CMYK 0 0.87 0.85 0.20
HSL 358.98º 0.77% 0.45% -
HSV(B) 358.98º 0.87% 0.8% -
XYZ 25.25 13.57 2.52 -
YUV 79.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 203 27 30 0 0.87 0.85 0.20 358.98 0.77 0.45
Hex CB 1B 1E 0 57 55 14 167 4D 2D
Octal 313 33 36 0 127 125 24 547 115 55
Binary 11001011 11011 11110 0 1010111 1010101 10100 101100111 1001101 101101

Color Harmonies of #CB1B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1B1E

Black with #CB1B1E

Text Example


Text Example

White with #CB1B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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