Html Css Color HEX #CB032B Fire Engine Red

📋 copy color: '#CB032B'

red 203 ◦ green 3 ◦ blue 43

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

Shades of Fire Engine Red #CB032B

Tints of Fire Engine Red #CB032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 81.53%
G = 1.2%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB032B (or 0xCB032B) is known color: Fire Engine Red. HEX triplet: CB, 03 and 2B. RGB value is (203,3,43). Sum of RGB (Red+Green+Blue) = 203+3+43=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB032B is #34FCD4. Grayscale: #434343. Windows color (decimal): -3472597 or 2819019. OLE color: 2819019.

HSL color Cylindrical-coordinate representation of color #CB032B: hue angle of 348º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB032B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 43 -
CMYK 0 0.99 0.79 0.20
HSL 348º 0.97% 0.4% -
HSV(B) 348º 0.99% 0.8% -
XYZ 25.1 12.94 3.46 -
YUV 67.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 203 3 43 0 0.99 0.79 0.20 348 0.97 0.4
Hex CB 3 2B 0 63 4F 14 15C 61 28
Octal 313 3 53 0 143 117 24 534 141 50
Binary 11001011 11 101011 0 1100011 1001111 10100 101011100 1100001 101000

Color Harmonies of #CB032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB032B

Black with #CB032B

Text Example


Text Example

White with #CB032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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