Html Css Color HEX #CB2327 Fire Engine Red

📋 copy color: '#CB2327'

red 203 ◦ green 35 ◦ blue 39

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

Shades of Fire Engine Red #CB2327

Tints of Fire Engine Red #CB2327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 73.29%
G = 12.64%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB2327 (or 0xCB2327) is known color: Fire Engine Red. HEX triplet: CB, 23 and 27. RGB value is (203,35,39). Sum of RGB (Red+Green+Blue) = 203+35+39=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2327 is #34DCD8. Grayscale: #555555. Windows color (decimal): -3464409 or 2565067. OLE color: 2565067.

HSL color Cylindrical-coordinate representation of color #CB2327: hue angle of 358.57º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2327 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 39 -
CMYK 0 0.83 0.81 0.20
HSL 358.57º 0.71% 0.47% -
HSV(B) 358.57º 0.83% 0.8% -
XYZ 25.6 14.05 3.28 -
YUV 85.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 203 35 39 0 0.83 0.81 0.20 358.57 0.71 0.47
Hex CB 23 27 0 53 51 14 167 47 2F
Octal 313 43 47 0 123 121 24 547 107 57
Binary 11001011 100011 100111 0 1010011 1010001 10100 101100111 1000111 101111

Color Harmonies of #CB2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2327

Black with #CB2327

Text Example


Text Example

White with #CB2327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2327; }

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

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

background-color css

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

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

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

border-color css

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

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

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