Html Css Color HEX #CB390C Harley Davidson Orange

📋 copy color: '#CB390C'

red 203 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #CB390C

Tints of Harley Davidson Orange #CB390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 74.63%
G = 20.96%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB390C (or 0xCB390C) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 0C. RGB value is (203,57,12). Sum of RGB (Red+Green+Blue) = 203+57+12=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB390C is #34C6F3. Grayscale: #5F5F5F. Windows color (decimal): -3458804 or 801227. OLE color: 801227.

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

Color convert

RGB 203 57 12 -
CMYK 0 0.72 0.94 0.20
HSL 14.14º 0.89% 0.42% -
HSV(B) 14.14º 0.94% 0.8% -
XYZ 26.16 15.65 1.99 -
YUV 95.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 203 57 12 0 0.72 0.94 0.20 14.14 0.89 0.42
Hex CB 39 C 0 48 5E 14 E 59 2A
Octal 313 71 14 0 110 136 24 16 131 52
Binary 11001011 111001 1100 0 1001000 1011110 10100 1110 1011001 101010

Color Harmonies of #CB390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB390C

Black with #CB390C

Text Example


Text Example

White with #CB390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB390C; }

 p { color: rgb(203,57,12); }

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

background-color css

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

 a { background-color: rgb(203,57,12); }

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

border-color css

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

 span { border-color: rgb(203,57,12); }

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