Html Css Color HEX #CB300D Harley Davidson Orange

📋 copy color: '#CB300D'

red 203 ◦ green 48 ◦ blue 13

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

Shades of Harley Davidson Orange #CB300D

Tints of Harley Davidson Orange #CB300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 76.89%
G = 18.18%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB300D (or 0xCB300D) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 0D. RGB value is (203,48,13). Sum of RGB (Red+Green+Blue) = 203+48+13=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB300D is #34CFF2. Grayscale: #5A5A5A. Windows color (decimal): -3461107 or 864459. OLE color: 864459.

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

Color convert

RGB 203 48 13 -
CMYK 0 0.76 0.94 0.20
HSL 11.05º 0.88% 0.42% -
HSV(B) 11.05º 0.94% 0.8% -
XYZ 25.76 14.84 1.89 -
YUV 90.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 203 48 13 0 0.76 0.94 0.20 11.05 0.88 0.42
Hex CB 30 D 0 4C 5E 14 B 58 2A
Octal 313 60 15 0 114 136 24 13 130 52
Binary 11001011 110000 1101 0 1001100 1011110 10100 1011 1011000 101010

Color Harmonies of #CB300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB300D

Black with #CB300D

Text Example


Text Example

White with #CB300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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