Html Css Color HEX #C1330F Harley Davidson Orange

📋 copy color: '#C1330F'

red 193 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #C1330F

Tints of Harley Davidson Orange #C1330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 74.52%
G = 19.69%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1330F (or 0xC1330F) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 0F. RGB value is (193,51,15). Sum of RGB (Red+Green+Blue) = 193+51+15=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1330F is #3ECCF0. Grayscale: #595959. Windows color (decimal): -4115697 or 996289. OLE color: 996289.

HSL color Cylindrical-coordinate representation of color #C1330F: hue angle of 12.13º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1330F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 15 -
CMYK 0 0.74 0.92 0.24
HSL 12.13º 0.86% 0.41% -
HSV(B) 12.13º 0.92% 0.76% -
XYZ 23.26 13.74 1.88 -
YUV 89.35 86.04 201.93 -
System Red Green Blue C M Y K H S L
Decimal 193 51 15 0 0.74 0.92 0.24 12.13 0.86 0.41
Hex C1 33 F 0 4A 5C 18 C 56 29
Octal 301 63 17 0 112 134 30 14 126 51
Binary 11000001 110011 1111 0 1001010 1011100 11000 1100 1010110 101001

Color Harmonies of #C1330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1330F

Black with #C1330F

Text Example


Text Example

White with #C1330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1330F; }

 p { color: rgb(193,51,15); }

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

background-color css

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

 a { background-color: rgb(193,51,15); }

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

border-color css

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

 span { border-color: rgb(193,51,15); }

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