Html Css Color HEX #C4200F Harley Davidson Orange

📋 copy color: '#C4200F'

red 196 ◦ green 32 ◦ blue 15

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

Shades of Harley Davidson Orange #C4200F

Tints of Harley Davidson Orange #C4200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 80.66%
G = 13.17%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4200F (or 0xC4200F) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 0F. RGB value is (196,32,15). Sum of RGB (Red+Green+Blue) = 196+32+15=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4200F is #3BDFF0. Grayscale: #4F4F4F. Windows color (decimal): -3923953 or 991428. OLE color: 991428.

HSL color Cylindrical-coordinate representation of color #C4200F: hue angle of 5.64º 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 #C4200F is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 15 -
CMYK 0 0.84 0.92 0.23
HSL 5.64º 0.86% 0.41% -
HSV(B) 5.64º 0.92% 0.77% -
XYZ 23.37 12.8 1.69 -
YUV 79.1 91.83 211.38 -
System Red Green Blue C M Y K H S L
Decimal 196 32 15 0 0.84 0.92 0.23 5.64 0.86 0.41
Hex C4 20 F 0 54 5C 17 6 56 29
Octal 304 40 17 0 124 134 27 6 126 51
Binary 11000100 100000 1111 0 1010100 1011100 10111 110 1010110 101001

Color Harmonies of #C4200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4200F

Black with #C4200F

Text Example


Text Example

White with #C4200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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