Html Css Color HEX #CB082F Fire Engine Red

📋 copy color: '#CB082F'

red 203 ◦ green 8 ◦ blue 47

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

Shades of Fire Engine Red #CB082F

Tints of Fire Engine Red #CB082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 78.68%
G = 3.1%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB082F (or 0xCB082F) is known color: Fire Engine Red. HEX triplet: CB, 08 and 2F. RGB value is (203,8,47). Sum of RGB (Red+Green+Blue) = 203+8+47=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB082F is #34F7D0. Grayscale: #464646. Windows color (decimal): -3471313 or 3082443. OLE color: 3082443.

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

Color convert

RGB 203 8 47 -
CMYK 0 0.96 0.77 0.20
HSL 348º 0.92% 0.41% -
HSV(B) 348º 0.96% 0.8% -
XYZ 25.23 13.08 3.88 -
YUV 70.75 114.6 222.33 -
System Red Green Blue C M Y K H S L
Decimal 203 8 47 0 0.96 0.77 0.20 348 0.92 0.41
Hex CB 8 2F 0 60 4D 14 15C 5C 29
Octal 313 10 57 0 140 115 24 534 134 51
Binary 11001011 1000 101111 0 1100000 1001101 10100 101011100 1011100 101001

Color Harmonies of #CB082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB082F

Black with #CB082F

Text Example


Text Example

White with #CB082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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