Html Css Color HEX #CB142A Fire Engine Red

📋 copy color: '#CB142A'

red 203 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #CB142A

Tints of Fire Engine Red #CB142A

RGB

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

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

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

R = 76.6%
G = 7.55%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB142A (or 0xCB142A) is known color: Fire Engine Red. HEX triplet: CB, 14 and 2A. RGB value is (203,20,42). Sum of RGB (Red+Green+Blue) = 203+20+42=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB142A is #34EBD5. Grayscale: #4D4D4D. Windows color (decimal): -3468246 or 2757835. OLE color: 2757835.

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

Color convert

RGB 203 20 42 -
CMYK 0 0.90 0.79 0.20
HSL 352.79º 0.82% 0.44% -
HSV(B) 352.79º 0.9% 0.8% -
XYZ 25.3 13.36 3.44 -
YUV 77.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 203 20 42 0 0.90 0.79 0.20 352.79 0.82 0.44
Hex CB 14 2A 0 5A 4F 14 161 52 2C
Octal 313 24 52 0 132 117 24 541 122 54
Binary 11001011 10100 101010 0 1011010 1001111 10100 101100001 1010010 101100

Color Harmonies of #CB142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB142A

Black with #CB142A

Text Example


Text Example

White with #CB142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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