Html Css Color HEX #CB1C1D Fire Engine Red

📋 copy color: '#CB1C1D'

red 203 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #CB1C1D

Tints of Fire Engine Red #CB1C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 78.08%
G = 10.77%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB1C1D (or 0xCB1C1D) is known color: Fire Engine Red. HEX triplet: CB, 1C and 1D. RGB value is (203,28,29). Sum of RGB (Red+Green+Blue) = 203+28+29=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C1D is #34E3E2. Grayscale: #505050. Windows color (decimal): -3466211 or 1907915. OLE color: 1907915.

HSL color Cylindrical-coordinate representation of color #CB1C1D: hue angle of 359.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C1D is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 28 29 -
CMYK 0 0.86 0.86 0.20
HSL 359.66º 0.76% 0.45% -
HSV(B) 359.66º 0.86% 0.8% -
XYZ 25.27 13.62 2.46 -
YUV 80.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 203 28 29 0 0.86 0.86 0.20 359.66 0.76 0.45
Hex CB 1C 1D 0 56 56 14 168 4C 2D
Octal 313 34 35 0 126 126 24 550 114 55
Binary 11001011 11100 11101 0 1010110 1010110 10100 101101000 1001100 101101

Color Harmonies of #CB1C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C1D

Black with #CB1C1D

Text Example


Text Example

White with #CB1C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C1D; }

 p { color: rgb(203,28,29); }

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

background-color css

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

 a { background-color: rgb(203,28,29); }

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

border-color css

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

 span { border-color: rgb(203,28,29); }

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