Html Css Color HEX #CB1423 Fire Engine Red

📋 copy color: '#CB1423'

red 203 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #CB1423

Tints of Fire Engine Red #CB1423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 78.68%
G = 7.75%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB1423 (or 0xCB1423) is known color: Fire Engine Red. HEX triplet: CB, 14 and 23. RGB value is (203,20,35). Sum of RGB (Red+Green+Blue) = 203+20+35=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1423 is #34EBDC. Grayscale: #4C4C4C. Windows color (decimal): -3468253 or 2299083. OLE color: 2299083.

HSL color Cylindrical-coordinate representation of color #CB1423: hue angle of 355.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1423 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 35 -
CMYK 0 0.90 0.83 0.20
HSL 355.08º 0.82% 0.44% -
HSV(B) 355.08º 0.9% 0.8% -
XYZ 25.18 13.32 2.83 -
YUV 76.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 203 20 35 0 0.90 0.83 0.20 355.08 0.82 0.44
Hex CB 14 23 0 5A 53 14 163 52 2C
Octal 313 24 43 0 132 123 24 543 122 54
Binary 11001011 10100 100011 0 1011010 1010011 10100 101100011 1010010 101100

Color Harmonies of #CB1423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1423

Black with #CB1423

Text Example


Text Example

White with #CB1423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1423; }

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

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

background-color css

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

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

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

border-color css

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

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

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