Html Css Color HEX #CB1F23 Fire Engine Red

📋 copy color: '#CB1F23'

red 203 ◦ green 31 ◦ blue 35

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

Shades of Fire Engine Red #CB1F23

Tints of Fire Engine Red #CB1F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

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

R = 75.46%
G = 11.52%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB1F23 (or 0xCB1F23) is known color: Fire Engine Red. HEX triplet: CB, 1F and 23. RGB value is (203,31,35). Sum of RGB (Red+Green+Blue) = 203+31+35=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F23 is #34E0DC. Grayscale: #535353. Windows color (decimal): -3465437 or 2301899. OLE color: 2301899.

HSL color Cylindrical-coordinate representation of color #CB1F23: hue angle of 358.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F23 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 31 35 -
CMYK 0 0.85 0.83 0.20
HSL 358.6º 0.74% 0.46% -
HSV(B) 358.6º 0.85% 0.8% -
XYZ 25.42 13.8 2.91 -
YUV 82.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 203 31 35 0 0.85 0.83 0.20 358.6 0.74 0.46
Hex CB 1F 23 0 55 53 14 167 4A 2E
Octal 313 37 43 0 125 123 24 547 112 56
Binary 11001011 11111 100011 0 1010101 1010011 10100 101100111 1001010 101110

Color Harmonies of #CB1F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1F23

Black with #CB1F23

Text Example


Text Example

White with #CB1F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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