Html Css Color HEX #C12D00 Harley Davidson Orange

📋 copy color: '#C12D00'

red 193 ◦ green 45 ◦ blue 0

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

Shades of Harley Davidson Orange #C12D00

Tints of Harley Davidson Orange #C12D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.09%
G = 18.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C12D00 (or 0xC12D00) is known color: Harley Davidson Orange. HEX triplet: C1, 2D and 00. RGB value is (193,45,0). Sum of RGB (Red+Green+Blue) = 193+45+0=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12D00 is #3ED2FF. Grayscale: #545454. Windows color (decimal): -4117248 or 11713. OLE color: 11713.

HSL color Cylindrical-coordinate representation of color #C12D00: hue angle of 13.99º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C12D00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 0 -
CMYK 0 0.77 1 0.24
HSL 13.99º 1% 0.38% -
HSV(B) 13.99º 1% 0.76% -
XYZ 22.93 13.21 1.34 -
YUV 84.12 80.53 205.66 -
System Red Green Blue C M Y K H S L
Decimal 193 45 0 0 0.77 1 0.24 13.99 1 0.38
Hex C1 2D 0 0 4D 64 18 E 64 26
Octal 301 55 0 0 115 144 30 16 144 46
Binary 11000001 101101 0 0 1001101 1100100 11000 1110 1100100 100110

Color Harmonies of #C12D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D00

Black with #C12D00

Text Example


Text Example

White with #C12D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D00; }

 p { color: rgb(193,45,0); }

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

background-color css

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

 a { background-color: rgb(193,45,0); }

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

border-color css

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

 span { border-color: rgb(193,45,0); }

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