Html Css Color HEX #C8251C Harley Davidson Orange

📋 copy color: '#C8251C'

red 200 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #C8251C

Tints of Harley Davidson Orange #C8251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 75.47%
G = 13.96%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8251C (or 0xC8251C) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 1C. RGB value is (200,37,28). Sum of RGB (Red+Green+Blue) = 200+37+28=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8251C is #37DAE3. Grayscale: #545454. Windows color (decimal): -3660516 or 1844680. OLE color: 1844680.

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

Color convert

RGB 200 37 28 -
CMYK 0 0.82 0.86 0.22
HSL 3.14º 0.75% 0.45% -
HSV(B) 3.14º 0.86% 0.78% -
XYZ 24.69 13.69 2.44 -
YUV 84.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 200 37 28 0 0.82 0.86 0.22 3.14 0.75 0.45
Hex C8 25 1C 0 52 56 16 3 4B 2D
Octal 310 45 34 0 122 126 26 3 113 55
Binary 11001000 100101 11100 0 1010010 1010110 10110 11 1001011 101101

Color Harmonies of #C8251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8251C

Black with #C8251C

Text Example


Text Example

White with #C8251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8251C; }

 p { color: rgb(200,37,28); }

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

background-color css

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

 a { background-color: rgb(200,37,28); }

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

border-color css

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

 span { border-color: rgb(200,37,28); }

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