Html Css Color HEX #CB300B Harley Davidson Orange

📋 copy color: '#CB300B'

red 203 ◦ green 48 ◦ blue 11

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

Shades of Harley Davidson Orange #CB300B

Tints of Harley Davidson Orange #CB300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 11 (4.69% from 255) = 4.2%

R = 77.48%
G = 18.32%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB300B (or 0xCB300B) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 0B. RGB value is (203,48,11). Sum of RGB (Red+Green+Blue) = 203+48+11=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB300B is #34CFF4. Grayscale: #5A5A5A. Windows color (decimal): -3461109 or 733387. OLE color: 733387.

HSL color Cylindrical-coordinate representation of color #CB300B: hue angle of 11.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB300B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 11 -
CMYK 0 0.76 0.95 0.20
HSL 11.56º 0.9% 0.42% -
HSV(B) 11.56º 0.95% 0.8% -
XYZ 25.75 14.83 1.82 -
YUV 90.13 83.35 208.51 -
System Red Green Blue C M Y K H S L
Decimal 203 48 11 0 0.76 0.95 0.20 11.56 0.9 0.42
Hex CB 30 B 0 4C 5F 14 C 5A 2A
Octal 313 60 13 0 114 137 24 14 132 52
Binary 11001011 110000 1011 0 1001100 1011111 10100 1100 1011010 101010

Color Harmonies of #CB300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB300B

Black with #CB300B

Text Example


Text Example

White with #CB300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB300B; }

 p { color: rgb(203,48,11); }

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

background-color css

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

 a { background-color: rgb(203,48,11); }

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

border-color css

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

 span { border-color: rgb(203,48,11); }

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