Html Css Color HEX #CB3B15 Harley Davidson Orange

📋 copy color: '#CB3B15'

red 203 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #CB3B15

Tints of Harley Davidson Orange #CB3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

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

R = 71.73%
G = 20.85%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB3B15 (or 0xCB3B15) is known color: Harley Davidson Orange. HEX triplet: CB, 3B and 15. RGB value is (203,59,21). Sum of RGB (Red+Green+Blue) = 203+59+21=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3B15 is #34C4EA. Grayscale: #626262. Windows color (decimal): -3458283 or 1391563. OLE color: 1391563.

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

Color convert

RGB 203 59 21 -
CMYK 0 0.71 0.90 0.20
HSL 12.53º 0.81% 0.44% -
HSV(B) 12.53º 0.9% 0.8% -
XYZ 26.33 15.88 2.39 -
YUV 97.72 84.71 203.09 -
System Red Green Blue C M Y K H S L
Decimal 203 59 21 0 0.71 0.90 0.20 12.53 0.81 0.44
Hex CB 3B 15 0 47 5A 14 D 51 2C
Octal 313 73 25 0 107 132 24 15 121 54
Binary 11001011 111011 10101 0 1000111 1011010 10100 1101 1010001 101100

Color Harmonies of #CB3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3B15

Black with #CB3B15

Text Example


Text Example

White with #CB3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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