Html Css Color HEX #C43023 Harley Davidson Orange

📋 copy color: '#C43023'

red 196 ◦ green 48 ◦ blue 35

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

Shades of Harley Davidson Orange #C43023

Tints of Harley Davidson Orange #C43023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 70.25%
G = 17.2%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C43023 (or 0xC43023) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 23. RGB value is (196,48,35). Sum of RGB (Red+Green+Blue) = 196+48+35=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C43023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43023 is #3BCFDC. Grayscale: #5A5A5A. Windows color (decimal): -3919837 or 2306244. OLE color: 2306244.

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

Color convert

RGB 196 48 35 -
CMYK 0 0.76 0.82 0.23
HSL 4.84º 0.7% 0.45% -
HSV(B) 4.84º 0.82% 0.77% -
XYZ 24.13 13.97 3.02 -
YUV 90.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 196 48 35 0 0.76 0.82 0.23 4.84 0.7 0.45
Hex C4 30 23 0 4C 52 17 5 46 2D
Octal 304 60 43 0 114 122 27 5 106 55
Binary 11000100 110000 100011 0 1001100 1010010 10111 101 1000110 101101

Color Harmonies of #C43023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43023

Black with #C43023

Text Example


Text Example

White with #C43023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43023; }

 p { color: rgb(196,48,35); }

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

background-color css

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

 a { background-color: rgb(196,48,35); }

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

border-color css

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

 span { border-color: rgb(196,48,35); }

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