Html Css Color HEX #C12B09 Harley Davidson Orange

📋 copy color: '#C12B09'

red 193 ◦ green 43 ◦ blue 9

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

Shades of Harley Davidson Orange #C12B09

Tints of Harley Davidson Orange #C12B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.55%

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 78.78%
G = 17.55%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C12B09 (or 0xC12B09) is known color: Harley Davidson Orange. HEX triplet: C1, 2B and 09. RGB value is (193,43,9). Sum of RGB (Red+Green+Blue) = 193+43+9=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12B09 is #3ED4F6. Grayscale: #545454. Windows color (decimal): -4117751 or 601025. OLE color: 601025.

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

Color convert

RGB 193 43 9 -
CMYK 0 0.78 0.95 0.24
HSL 11.09º 0.91% 0.4% -
HSV(B) 11.09º 0.95% 0.76% -
XYZ 22.91 13.08 1.58 -
YUV 83.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 193 43 9 0 0.78 0.95 0.24 11.09 0.91 0.4
Hex C1 2B 9 0 4E 5F 18 B 5B 28
Octal 301 53 11 0 116 137 30 13 133 50
Binary 11000001 101011 1001 0 1001110 1011111 11000 1011 1011011 101000

Color Harmonies of #C12B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B09

Black with #C12B09

Text Example


Text Example

White with #C12B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B09; }

 p { color: rgb(193,43,9); }

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

background-color css

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

 a { background-color: rgb(193,43,9); }

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

border-color css

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

 span { border-color: rgb(193,43,9); }

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