Html Css Color HEX #CB082B Fire Engine Red

📋 copy color: '#CB082B'

red 203 ◦ green 8 ◦ blue 43

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

Shades of Fire Engine Red #CB082B

Tints of Fire Engine Red #CB082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 79.92%
G = 3.15%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB082B (or 0xCB082B) is known color: Fire Engine Red. HEX triplet: CB, 08 and 2B. RGB value is (203,8,43). Sum of RGB (Red+Green+Blue) = 203+8+43=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB082B is #34F7D4. Grayscale: #464646. Windows color (decimal): -3471317 or 2820299. OLE color: 2820299.

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

Color convert

RGB 203 8 43 -
CMYK 0 0.96 0.79 0.20
HSL 349.23º 0.92% 0.41% -
HSV(B) 349.23º 0.96% 0.8% -
XYZ 25.15 13.04 3.48 -
YUV 70.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 203 8 43 0 0.96 0.79 0.20 349.23 0.92 0.41
Hex CB 8 2B 0 60 4F 14 15D 5C 29
Octal 313 10 53 0 140 117 24 535 134 51
Binary 11001011 1000 101011 0 1100000 1001111 10100 101011101 1011100 101001

Color Harmonies of #CB082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB082B

Black with #CB082B

Text Example


Text Example

White with #CB082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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