Html Css Color HEX #C8331A Harley Davidson Orange

📋 copy color: '#C8331A'

red 200 ◦ green 51 ◦ blue 26

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

Shades of Harley Davidson Orange #C8331A

Tints of Harley Davidson Orange #C8331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.39%

R = 72.2%
G = 18.41%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8331A (or 0xC8331A) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 1A. RGB value is (200,51,26). Sum of RGB (Red+Green+Blue) = 200+51+26=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8331A is #37CCE5. Grayscale: #5C5C5C. Windows color (decimal): -3656934 or 1717192. OLE color: 1717192.

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

Color convert

RGB 200 51 26 -
CMYK 0 0.74 0.87 0.22
HSL 8.62º 0.77% 0.44% -
HSV(B) 8.62º 0.87% 0.78% -
XYZ 25.19 14.72 2.49 -
YUV 92.7 90.36 204.53 -
System Red Green Blue C M Y K H S L
Decimal 200 51 26 0 0.74 0.87 0.22 8.62 0.77 0.44
Hex C8 33 1A 0 4A 57 16 9 4D 2C
Octal 310 63 32 0 112 127 26 11 115 54
Binary 11001000 110011 11010 0 1001010 1010111 10110 1001 1001101 101100

Color Harmonies of #C8331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8331A

Black with #C8331A

Text Example


Text Example

White with #C8331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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