Html Css Color HEX #C12718 Harley Davidson Orange

📋 copy color: '#C12718'

red 193 ◦ green 39 ◦ blue 24

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

Shades of Harley Davidson Orange #C12718

Tints of Harley Davidson Orange #C12718

RGB

 RED value IS 193 (75.78% from 255) = 75.39%

 GREEN value IS 39 (15.63% from 255) = 15.23%

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 75.39%
G = 15.23%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C12718 (or 0xC12718) is known color: Harley Davidson Orange. HEX triplet: C1, 27 and 18. RGB value is (193,39,24). Sum of RGB (Red+Green+Blue) = 193+39+24=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C12718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12718 is #3ED8E7. Grayscale: #535353. Windows color (decimal): -4118760 or 1583041. OLE color: 1583041.

HSL color Cylindrical-coordinate representation of color #C12718: hue angle of 5.33º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C12718 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 24 -
CMYK 0 0.80 0.88 0.24
HSL 5.33º 0.78% 0.43% -
HSV(B) 5.33º 0.88% 0.76% -
XYZ 22.88 12.85 2.14 -
YUV 83.34 94.52 206.22 -
System Red Green Blue C M Y K H S L
Decimal 193 39 24 0 0.80 0.88 0.24 5.33 0.78 0.43
Hex C1 27 18 0 50 58 18 5 4E 2B
Octal 301 47 30 0 120 130 30 5 116 53
Binary 11000001 100111 11000 0 1010000 1011000 11000 101 1001110 101011

Color Harmonies of #C12718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12718

Black with #C12718

Text Example


Text Example

White with #C12718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12718; }

 p { color: rgb(193,39,24); }

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

background-color css

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

 a { background-color: rgb(193,39,24); }

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

border-color css

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

 span { border-color: rgb(193,39,24); }

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