Html Css Color HEX #CB1027 Fire Engine Red

📋 copy color: '#CB1027'

red 203 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #CB1027

Tints of Fire Engine Red #CB1027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 78.68%
G = 6.2%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB1027 (or 0xCB1027) is known color: Fire Engine Red. HEX triplet: CB, 10 and 27. RGB value is (203,16,39). Sum of RGB (Red+Green+Blue) = 203+16+39=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1027 is #34EFD8. Grayscale: #4A4A4A. Windows color (decimal): -3469273 or 2560203. OLE color: 2560203.

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

Color convert

RGB 203 16 39 -
CMYK 0 0.92 0.81 0.20
HSL 352.62º 0.85% 0.43% -
HSV(B) 352.62º 0.92% 0.8% -
XYZ 25.18 13.21 3.14 -
YUV 74.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 203 16 39 0 0.92 0.81 0.20 352.62 0.85 0.43
Hex CB 10 27 0 5C 51 14 161 55 2B
Octal 313 20 47 0 134 121 24 541 125 53
Binary 11001011 10000 100111 0 1011100 1010001 10100 101100001 1010101 101011

Color Harmonies of #CB1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1027

Black with #CB1027

Text Example


Text Example

White with #CB1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1027; }

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

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

background-color css

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

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

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

border-color css

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

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

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