Html Css Color HEX #C12D07 Harley Davidson Orange

📋 copy color: '#C12D07'

red 193 ◦ green 45 ◦ blue 7

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

Shades of Harley Davidson Orange #C12D07

Tints of Harley Davidson Orange #C12D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.86%

R = 78.78%
G = 18.37%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C12D07 (or 0xC12D07) is known color: Harley Davidson Orange. HEX triplet: C1, 2D and 07. RGB value is (193,45,7). Sum of RGB (Red+Green+Blue) = 193+45+7=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12D07 is #3ED2F8. Grayscale: #555555. Windows color (decimal): -4117241 or 470465. OLE color: 470465.

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

Color convert

RGB 193 45 7 -
CMYK 0 0.77 0.96 0.24
HSL 12.26º 0.93% 0.39% -
HSV(B) 12.26º 0.96% 0.76% -
XYZ 22.97 13.23 1.54 -
YUV 84.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 193 45 7 0 0.77 0.96 0.24 12.26 0.93 0.39
Hex C1 2D 7 0 4D 60 18 C 5D 27
Octal 301 55 7 0 115 140 30 14 135 47
Binary 11000001 101101 111 0 1001101 1100000 11000 1100 1011101 100111

Color Harmonies of #C12D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D07

Black with #C12D07

Text Example


Text Example

White with #C12D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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