Html Css Color HEX #CB1A1E Fire Engine Red

📋 copy color: '#CB1A1E'

red 203 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #CB1A1E

Tints of Fire Engine Red #CB1A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.04%

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

R = 78.38%
G = 10.04%
B = 11.58%

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

#CB1A1E (or 0xCB1A1E) is known color: Fire Engine Red. HEX triplet: CB, 1A and 1E. RGB value is (203,26,30). Sum of RGB (Red+Green+Blue) = 203+26+30=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A1E is #34E5E1. Grayscale: #4F4F4F. Windows color (decimal): -3466722 or 1972939. OLE color: 1972939.

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

Color convert

RGB 203 26 30 -
CMYK 0 0.87 0.85 0.20
HSL 358.64º 0.77% 0.45% -
HSV(B) 358.64º 0.87% 0.8% -
XYZ 25.23 13.53 2.51 -
YUV 79.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 203 26 30 0 0.87 0.85 0.20 358.64 0.77 0.45
Hex CB 1A 1E 0 57 55 14 167 4D 2D
Octal 313 32 36 0 127 125 24 547 115 55
Binary 11001011 11010 11110 0 1010111 1010101 10100 101100111 1001101 101101

Color Harmonies of #CB1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1A1E

Black with #CB1A1E

Text Example


Text Example

White with #CB1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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