Html Css Color HEX #CB1C15 Harley Davidson Orange

📋 copy color: '#CB1C15'

red 203 ◦ green 28 ◦ blue 21

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

Shades of Harley Davidson Orange #CB1C15

Tints of Harley Davidson Orange #CB1C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

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

R = 80.56%
G = 11.11%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB1C15 (or 0xCB1C15) is known color: Harley Davidson Orange. HEX triplet: CB, 1C and 15. RGB value is (203,28,21). Sum of RGB (Red+Green+Blue) = 203+28+21=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1C15 is #34E3EA. Grayscale: #4F4F4F. Windows color (decimal): -3466219 or 1383627. OLE color: 1383627.

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

Color convert

RGB 203 28 21 -
CMYK 0 0.86 0.90 0.20
HSL 2.31º 0.81% 0.44% -
HSV(B) 2.31º 0.9% 0.8% -
XYZ 25.18 13.58 2 -
YUV 79.53 94.98 216.07 -
System Red Green Blue C M Y K H S L
Decimal 203 28 21 0 0.86 0.90 0.20 2.31 0.81 0.44
Hex CB 1C 15 0 56 5A 14 2 51 2C
Octal 313 34 25 0 126 132 24 2 121 54
Binary 11001011 11100 10101 0 1010110 1011010 10100 10 1010001 101100

Color Harmonies of #CB1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C15

Black with #CB1C15

Text Example


Text Example

White with #CB1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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