Html Css Color HEX #CB052A Fire Engine Red

📋 copy color: '#CB052A'

red 203 ◦ green 5 ◦ blue 42

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

Shades of Fire Engine Red #CB052A

Tints of Fire Engine Red #CB052A

RGB

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

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

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

R = 81.2%
G = 2%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB052A (or 0xCB052A) is known color: Fire Engine Red. HEX triplet: CB, 05 and 2A. RGB value is (203,5,42). Sum of RGB (Red+Green+Blue) = 203+5+42=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB052A is #34FAD5. Grayscale: #444444. Windows color (decimal): -3472086 or 2753995. OLE color: 2753995.

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

Color convert

RGB 203 5 42 -
CMYK 0 0.98 0.79 0.20
HSL 348.79º 0.95% 0.41% -
HSV(B) 348.79º 0.98% 0.8% -
XYZ 25.1 12.97 3.37 -
YUV 68.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 203 5 42 0 0.98 0.79 0.20 348.79 0.95 0.41
Hex CB 5 2A 0 62 4F 14 15D 5F 29
Octal 313 5 52 0 142 117 24 535 137 51
Binary 11001011 101 101010 0 1100010 1001111 10100 101011101 1011111 101001

Color Harmonies of #CB052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB052A

Black with #CB052A

Text Example


Text Example

White with #CB052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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