Html Css Color HEX #C8221B Harley Davidson Orange

📋 copy color: '#C8221B'

red 200 ◦ green 34 ◦ blue 27

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

Shades of Harley Davidson Orange #C8221B

Tints of Harley Davidson Orange #C8221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

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

R = 76.63%
G = 13.03%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8221B (or 0xC8221B) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 1B. RGB value is (200,34,27). Sum of RGB (Red+Green+Blue) = 200+34+27=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8221B is #37DDE4. Grayscale: #535353. Windows color (decimal): -3661285 or 1778376. OLE color: 1778376.

HSL color Cylindrical-coordinate representation of color #C8221B: hue angle of 2.43º 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 #C8221B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 27 -
CMYK 0 0.83 0.86 0.22
HSL 2.43º 0.76% 0.45% -
HSV(B) 2.43º 0.87% 0.78% -
XYZ 24.59 13.5 2.35 -
YUV 82.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 200 34 27 0 0.83 0.86 0.22 2.43 0.76 0.45
Hex C8 22 1B 0 53 56 16 2 4C 2D
Octal 310 42 33 0 123 126 26 2 114 55
Binary 11001000 100010 11011 0 1010011 1010110 10110 10 1001100 101101

Color Harmonies of #C8221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8221B

Black with #C8221B

Text Example


Text Example

White with #C8221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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