Html Css Color HEX #CB380B Harley Davidson Orange

📋 copy color: '#CB380B'

red 203 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #CB380B

Tints of Harley Davidson Orange #CB380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.74%

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

R = 75.19%
G = 20.74%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB380B (or 0xCB380B) is known color: Harley Davidson Orange. HEX triplet: CB, 38 and 0B. RGB value is (203,56,11). Sum of RGB (Red+Green+Blue) = 203+56+11=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB380B is #34C7F4. Grayscale: #5F5F5F. Windows color (decimal): -3459061 or 735435. OLE color: 735435.

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

Color convert

RGB 203 56 11 -
CMYK 0 0.72 0.95 0.20
HSL 14.06º 0.9% 0.42% -
HSV(B) 14.06º 0.95% 0.8% -
XYZ 26.1 15.55 1.94 -
YUV 94.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 203 56 11 0 0.72 0.95 0.20 14.06 0.9 0.42
Hex CB 38 B 0 48 5F 14 E 5A 2A
Octal 313 70 13 0 110 137 24 16 132 52
Binary 11001011 111000 1011 0 1001000 1011111 10100 1110 1011010 101010

Color Harmonies of #CB380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB380B

Black with #CB380B

Text Example


Text Example

White with #CB380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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