Html Css Color HEX #CB371D Harley Davidson Orange

📋 copy color: '#CB371D'

red 203 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #CB371D

Tints of Harley Davidson Orange #CB371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 70.73%
G = 19.16%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB371D (or 0xCB371D) is known color: Harley Davidson Orange. HEX triplet: CB, 37 and 1D. RGB value is (203,55,29). Sum of RGB (Red+Green+Blue) = 203+55+29=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB371D is #34C8E2. Grayscale: #606060. Windows color (decimal): -3459299 or 1914827. OLE color: 1914827.

HSL color Cylindrical-coordinate representation of color #CB371D: hue angle of 8.97º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB371D is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 29 -
CMYK 0 0.73 0.86 0.20
HSL 8.97º 0.75% 0.45% -
HSV(B) 8.97º 0.86% 0.8% -
XYZ 26.22 15.52 2.78 -
YUV 96.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 203 55 29 0 0.73 0.86 0.20 8.97 0.75 0.45
Hex CB 37 1D 0 49 56 14 9 4B 2D
Octal 313 67 35 0 111 126 24 11 113 55
Binary 11001011 110111 11101 0 1001001 1010110 10100 1001 1001011 101101

Color Harmonies of #CB371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB371D

Black with #CB371D

Text Example


Text Example

White with #CB371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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