Html Css Color HEX #CA101B Fire Engine Red

📋 copy color: '#CA101B'

red 202 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #CA101B

Tints of Fire Engine Red #CA101B

RGB

 RED value IS 202 (79.3% from 255) = 82.45%

 GREEN value IS 16 (6.64% from 255) = 6.53%

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 82.45%
G = 6.53%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA101B (or 0xCA101B) is known color: Fire Engine Red. HEX triplet: CA, 10 and 1B. RGB value is (202,16,27). Sum of RGB (Red+Green+Blue) = 202+16+27=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA101B is #35EFE4. Grayscale: #494949. Windows color (decimal): -3534821 or 1773770. OLE color: 1773770.

HSL color Cylindrical-coordinate representation of color #CA101B: hue angle of 356.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA101B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 27 -
CMYK 0 0.92 0.87 0.21
HSL 356.45º 0.85% 0.43% -
HSV(B) 356.45º 0.92% 0.79% -
XYZ 24.74 13.01 2.24 -
YUV 72.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 202 16 27 0 0.92 0.87 0.21 356.45 0.85 0.43
Hex CA 10 1B 0 5C 57 15 164 55 2B
Octal 312 20 33 0 134 127 25 544 125 53
Binary 11001010 10000 11011 0 1011100 1010111 10101 101100100 1010101 101011

Color Harmonies of #CA101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA101B

Black with #CA101B

Text Example


Text Example

White with #CA101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA101B; }

 p { color: rgb(202,16,27); }

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

background-color css

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

 a { background-color: rgb(202,16,27); }

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

border-color css

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

 span { border-color: rgb(202,16,27); }

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