Html Css Color HEX #CB052D Fire Engine Red

📋 copy color: '#CB052D'

red 203 ◦ green 5 ◦ blue 45

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

Shades of Fire Engine Red #CB052D

Tints of Fire Engine Red #CB052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 80.24%
G = 1.98%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB052D (or 0xCB052D) is known color: Fire Engine Red. HEX triplet: CB, 05 and 2D. RGB value is (203,5,45). Sum of RGB (Red+Green+Blue) = 203+5+45=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB052D is #34FAD2. Grayscale: #444444. Windows color (decimal): -3472083 or 2950603. OLE color: 2950603.

HSL color Cylindrical-coordinate representation of color #CB052D: hue angle of 347.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB052D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 45 -
CMYK 0 0.98 0.78 0.20
HSL 347.88º 0.95% 0.41% -
HSV(B) 347.88º 0.98% 0.8% -
XYZ 25.16 12.99 3.66 -
YUV 68.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 203 5 45 0 0.98 0.78 0.20 347.88 0.95 0.41
Hex CB 5 2D 0 62 4E 14 15C 5F 29
Octal 313 5 55 0 142 116 24 534 137 51
Binary 11001011 101 101101 0 1100010 1001110 10100 101011100 1011111 101001

Color Harmonies of #CB052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB052D

Black with #CB052D

Text Example


Text Example

White with #CB052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB052D; }

 p { color: rgb(203,5,45); }

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

background-color css

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

 a { background-color: rgb(203,5,45); }

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

border-color css

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

 span { border-color: rgb(203,5,45); }

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