Html Css Color HEX #CB370D Harley Davidson Orange

📋 copy color: '#CB370D'

red 203 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #CB370D

Tints of Harley Davidson Orange #CB370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

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

R = 74.91%
G = 20.3%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB370D (or 0xCB370D) is known color: Harley Davidson Orange. HEX triplet: CB, 37 and 0D. RGB value is (203,55,13). Sum of RGB (Red+Green+Blue) = 203+55+13=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB370D is #34C8F2. Grayscale: #5E5E5E. Windows color (decimal): -3459315 or 866251. OLE color: 866251.

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

Color convert

RGB 203 55 13 -
CMYK 0 0.73 0.94 0.20
HSL 13.26º 0.88% 0.42% -
HSV(B) 13.26º 0.94% 0.8% -
XYZ 26.07 15.46 1.99 -
YUV 94.46 82.03 205.42 -
System Red Green Blue C M Y K H S L
Decimal 203 55 13 0 0.73 0.94 0.20 13.26 0.88 0.42
Hex CB 37 D 0 49 5E 14 D 58 2A
Octal 313 67 15 0 111 136 24 15 130 52
Binary 11001011 110111 1101 0 1001001 1011110 10100 1101 1011000 101010

Color Harmonies of #CB370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB370D

Black with #CB370D

Text Example


Text Example

White with #CB370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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