Html Css Color HEX #C4330F Harley Davidson Orange

📋 copy color: '#C4330F'

red 196 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #C4330F

Tints of Harley Davidson Orange #C4330F

RGB

 RED value IS 196 (76.95% from 255) = 74.81%

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

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

R = 74.81%
G = 19.47%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4330F (or 0xC4330F) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 0F. RGB value is (196,51,15). Sum of RGB (Red+Green+Blue) = 196+51+15=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4330F is #3BCCF0. Grayscale: #5A5A5A. Windows color (decimal): -3919089 or 996292. OLE color: 996292.

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

Color convert

RGB 196 51 15 -
CMYK 0 0.74 0.92 0.23
HSL 11.93º 0.86% 0.41% -
HSV(B) 11.93º 0.92% 0.77% -
XYZ 24.04 14.14 1.91 -
YUV 90.25 85.54 203.43 -
System Red Green Blue C M Y K H S L
Decimal 196 51 15 0 0.74 0.92 0.23 11.93 0.86 0.41
Hex C4 33 F 0 4A 5C 17 C 56 29
Octal 304 63 17 0 112 134 27 14 126 51
Binary 11000100 110011 1111 0 1001010 1011100 10111 1100 1010110 101001

Color Harmonies of #C4330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4330F

Black with #C4330F

Text Example


Text Example

White with #C4330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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