Html Css Color HEX #CB082D Fire Engine Red

📋 copy color: '#CB082D'

red 203 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #CB082D

Tints of Fire Engine Red #CB082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 79.3%
G = 3.13%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB082D (or 0xCB082D) is known color: Fire Engine Red. HEX triplet: CB, 08 and 2D. RGB value is (203,8,45). Sum of RGB (Red+Green+Blue) = 203+8+45=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB082D is #34F7D2. Grayscale: #464646. Windows color (decimal): -3471315 or 2951371. OLE color: 2951371.

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

Color convert

RGB 203 8 45 -
CMYK 0 0.96 0.78 0.20
HSL 348.62º 0.92% 0.41% -
HSV(B) 348.62º 0.96% 0.8% -
XYZ 25.19 13.06 3.68 -
YUV 70.52 113.6 222.49 -
System Red Green Blue C M Y K H S L
Decimal 203 8 45 0 0.96 0.78 0.20 348.62 0.92 0.41
Hex CB 8 2D 0 60 4E 14 15D 5C 29
Octal 313 10 55 0 140 116 24 535 134 51
Binary 11001011 1000 101101 0 1100000 1001110 10100 101011101 1011100 101001

Color Harmonies of #CB082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB082D

Black with #CB082D

Text Example


Text Example

White with #CB082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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