Html Css Color HEX #CB1223 Fire Engine Red

📋 copy color: '#CB1223'

red 203 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #CB1223

Tints of Fire Engine Red #CB1223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.67%

R = 79.3%
G = 7.03%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB1223 (or 0xCB1223) is known color: Fire Engine Red. HEX triplet: CB, 12 and 23. RGB value is (203,18,35). Sum of RGB (Red+Green+Blue) = 203+18+35=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1223 is #34EDDC. Grayscale: #4B4B4B. Windows color (decimal): -3468765 or 2298571. OLE color: 2298571.

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

Color convert

RGB 203 18 35 -
CMYK 0 0.91 0.83 0.20
HSL 354.49º 0.84% 0.43% -
HSV(B) 354.49º 0.91% 0.8% -
XYZ 25.15 13.25 2.82 -
YUV 75.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 203 18 35 0 0.91 0.83 0.20 354.49 0.84 0.43
Hex CB 12 23 0 5B 53 14 162 54 2B
Octal 313 22 43 0 133 123 24 542 124 53
Binary 11001011 10010 100011 0 1011011 1010011 10100 101100010 1010100 101011

Color Harmonies of #CB1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1223

Black with #CB1223

Text Example


Text Example

White with #CB1223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1223; }

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

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

background-color css

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

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

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

border-color css

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

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

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