Html Css Color HEX #CB2023 Fire Engine Red

📋 copy color: '#CB2023'

red 203 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #CB2023

Tints of Fire Engine Red #CB2023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 75.19%
G = 11.85%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB2023 (or 0xCB2023) is known color: Fire Engine Red. HEX triplet: CB, 20 and 23. RGB value is (203,32,35). Sum of RGB (Red+Green+Blue) = 203+32+35=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2023 is #34DFDC. Grayscale: #535353. Windows color (decimal): -3465181 or 2302155. OLE color: 2302155.

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

Color convert

RGB 203 32 35 -
CMYK 0 0.84 0.83 0.20
HSL 358.95º 0.73% 0.46% -
HSV(B) 358.95º 0.84% 0.8% -
XYZ 25.45 13.85 2.92 -
YUV 83.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 203 32 35 0 0.84 0.83 0.20 358.95 0.73 0.46
Hex CB 20 23 0 54 53 14 167 49 2E
Octal 313 40 43 0 124 123 24 547 111 56
Binary 11001011 100000 100011 0 1010100 1010011 10100 101100111 1001001 101110

Color Harmonies of #CB2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2023

Black with #CB2023

Text Example


Text Example

White with #CB2023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2023; }

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

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

background-color css

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

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

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

border-color css

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

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

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