Html Css Color HEX #CB2C15 Harley Davidson Orange

📋 copy color: '#CB2C15'

red 203 ◦ green 44 ◦ blue 21

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

Shades of Harley Davidson Orange #CB2C15

Tints of Harley Davidson Orange #CB2C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.42%

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 75.75%
G = 16.42%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB2C15 (or 0xCB2C15) is known color: Harley Davidson Orange. HEX triplet: CB, 2C and 15. RGB value is (203,44,21). Sum of RGB (Red+Green+Blue) = 203+44+21=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2C15 is #34D3EA. Grayscale: #595959. Windows color (decimal): -3462123 or 1387723. OLE color: 1387723.

HSL color Cylindrical-coordinate representation of color #CB2C15: hue angle of 7.58º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB2C15 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 44 21 -
CMYK 0 0.78 0.90 0.20
HSL 7.58º 0.81% 0.44% -
HSV(B) 7.58º 0.9% 0.8% -
XYZ 25.66 14.55 2.17 -
YUV 88.92 89.68 209.37 -
System Red Green Blue C M Y K H S L
Decimal 203 44 21 0 0.78 0.90 0.20 7.58 0.81 0.44
Hex CB 2C 15 0 4E 5A 14 8 51 2C
Octal 313 54 25 0 116 132 24 10 121 54
Binary 11001011 101100 10101 0 1001110 1011010 10100 1000 1010001 101100

Color Harmonies of #CB2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C15

Black with #CB2C15

Text Example


Text Example

White with #CB2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C15; }

 p { color: rgb(203,44,21); }

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

background-color css

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

 a { background-color: rgb(203,44,21); }

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

border-color css

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

 span { border-color: rgb(203,44,21); }

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