Html Css Color HEX #CB0827 Fire Engine Red

📋 copy color: '#CB0827'

red 203 ◦ green 8 ◦ blue 39

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

Shades of Fire Engine Red #CB0827

Tints of Fire Engine Red #CB0827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 81.2%
G = 3.2%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB0827 (or 0xCB0827) is known color: Fire Engine Red. HEX triplet: CB, 08 and 27. RGB value is (203,8,39). Sum of RGB (Red+Green+Blue) = 203+8+39=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0827 is #34F7D8. Grayscale: #454545. Windows color (decimal): -3471321 or 2558155. OLE color: 2558155.

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

Color convert

RGB 203 8 39 -
CMYK 0 0.96 0.81 0.20
HSL 350.46º 0.92% 0.41% -
HSV(B) 350.46º 0.96% 0.8% -
XYZ 25.08 13.02 3.11 -
YUV 69.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 203 8 39 0 0.96 0.81 0.20 350.46 0.92 0.41
Hex CB 8 27 0 60 51 14 15E 5C 29
Octal 313 10 47 0 140 121 24 536 134 51
Binary 11001011 1000 100111 0 1100000 1010001 10100 101011110 1011100 101001

Color Harmonies of #CB0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0827

Black with #CB0827

Text Example


Text Example

White with #CB0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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