Html Css Color HEX #CB042B Fire Engine Red

📋 copy color: '#CB042B'

red 203 ◦ green 4 ◦ blue 43

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

Shades of Fire Engine Red #CB042B

Tints of Fire Engine Red #CB042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 81.2%
G = 1.6%
B = 17.2%

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

#CB042B (or 0xCB042B) is known color: Fire Engine Red. HEX triplet: CB, 04 and 2B. RGB value is (203,4,43). Sum of RGB (Red+Green+Blue) = 203+4+43=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB042B is #34FBD4. Grayscale: #434343. Windows color (decimal): -3472341 or 2819275. OLE color: 2819275.

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

Color convert

RGB 203 4 43 -
CMYK 0 0.98 0.79 0.20
HSL 348.24º 0.96% 0.41% -
HSV(B) 348.24º 0.98% 0.8% -
XYZ 25.11 12.96 3.46 -
YUV 67.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 203 4 43 0 0.98 0.79 0.20 348.24 0.96 0.41
Hex CB 4 2B 0 62 4F 14 15C 60 29
Octal 313 4 53 0 142 117 24 534 140 51
Binary 11001011 100 101011 0 1100010 1001111 10100 101011100 1100000 101001

Color Harmonies of #CB042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB042B

Black with #CB042B

Text Example


Text Example

White with #CB042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB042B; }

 p { color: rgb(203,4,43); }

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

background-color css

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

 a { background-color: rgb(203,4,43); }

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

border-color css

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

 span { border-color: rgb(203,4,43); }

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