Html Css Color HEX #C8331B Harley Davidson Orange

📋 copy color: '#C8331B'

red 200 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #C8331B

Tints of Harley Davidson Orange #C8331B

RGB

 RED value IS 200 (78.52% from 255) = 71.94%

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 71.94%
G = 18.35%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8331B (or 0xC8331B) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 1B. RGB value is (200,51,27). Sum of RGB (Red+Green+Blue) = 200+51+27=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8331B is #37CCE4. Grayscale: #5D5D5D. Windows color (decimal): -3656933 or 1782728. OLE color: 1782728.

HSL color Cylindrical-coordinate representation of color #C8331B: hue angle of 8.32º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8331B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 27 -
CMYK 0 0.74 0.86 0.22
HSL 8.32º 0.76% 0.45% -
HSV(B) 8.32º 0.87% 0.78% -
XYZ 25.2 14.73 2.55 -
YUV 92.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 200 51 27 0 0.74 0.86 0.22 8.32 0.76 0.45
Hex C8 33 1B 0 4A 56 16 8 4C 2D
Octal 310 63 33 0 112 126 26 10 114 55
Binary 11001000 110011 11011 0 1001010 1010110 10110 1000 1001100 101101

Color Harmonies of #C8331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8331B

Black with #C8331B

Text Example


Text Example

White with #C8331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8331B; }

 p { color: rgb(200,51,27); }

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

background-color css

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

 a { background-color: rgb(200,51,27); }

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

border-color css

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

 span { border-color: rgb(200,51,27); }

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