Html Css Color HEX #CB122A Fire Engine Red

📋 copy color: '#CB122A'

red 203 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #CB122A

Tints of Fire Engine Red #CB122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 77.19%
G = 6.84%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB122A (or 0xCB122A) is known color: Fire Engine Red. HEX triplet: CB, 12 and 2A. RGB value is (203,18,42). Sum of RGB (Red+Green+Blue) = 203+18+42=263 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.19% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 203 - color contains mainly: red. Hex color #CB122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB122A is #34EDD5. Grayscale: #4C4C4C. Windows color (decimal): -3468758 or 2757323. OLE color: 2757323.

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

Color convert

RGB 203 18 42 -
CMYK 0 0.91 0.79 0.20
HSL 352.22º 0.84% 0.43% -
HSV(B) 352.22º 0.91% 0.8% -
XYZ 25.26 13.3 3.43 -
YUV 76.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 203 18 42 0 0.91 0.79 0.20 352.22 0.84 0.43
Hex CB 12 2A 0 5B 4F 14 160 54 2B
Octal 313 22 52 0 133 117 24 540 124 53
Binary 11001011 10010 101010 0 1011011 1001111 10100 101100000 1010100 101011

Color Harmonies of #CB122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB122A

Black with #CB122A

Text Example


Text Example

White with #CB122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB122A; }

 p { color: rgb(203,18,42); }

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

background-color css

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

 a { background-color: rgb(203,18,42); }

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

border-color css

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

 span { border-color: rgb(203,18,42); }

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