Html Css Color HEX #C42F1B Harley Davidson Orange

📋 copy color: '#C42F1B'

red 196 ◦ green 47 ◦ blue 27

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

Shades of Harley Davidson Orange #C42F1B

Tints of Harley Davidson Orange #C42F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

 BLUE value IS 27 (10.94% from 255) = 10%

R = 72.59%
G = 17.41%
B = 10%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C42F1B (or 0xC42F1B) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 1B. RGB value is (196,47,27). Sum of RGB (Red+Green+Blue) = 196+47+27=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42F1B is #3BD0E4. Grayscale: #595959. Windows color (decimal): -3920101 or 1781700. OLE color: 1781700.

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

Color convert

RGB 196 47 27 -
CMYK 0 0.76 0.86 0.23
HSL 7.1º 0.76% 0.44% -
HSV(B) 7.1º 0.86% 0.77% -
XYZ 23.98 13.85 2.45 -
YUV 89.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 196 47 27 0 0.76 0.86 0.23 7.1 0.76 0.44
Hex C4 2F 1B 0 4C 56 17 7 4C 2C
Octal 304 57 33 0 114 126 27 7 114 54
Binary 11000100 101111 11011 0 1001100 1010110 10111 111 1001100 101100

Color Harmonies of #C42F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42F1B

Black with #C42F1B

Text Example


Text Example

White with #C42F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42F1B; }

 p { color: rgb(196,47,27); }

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

background-color css

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

 a { background-color: rgb(196,47,27); }

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

border-color css

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

 span { border-color: rgb(196,47,27); }

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