Html Css Color HEX #C03023 Harley Davidson Orange

📋 copy color: '#C03023'

red 192 ◦ green 48 ◦ blue 35

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

Shades of Harley Davidson Orange #C03023

Tints of Harley Davidson Orange #C03023

RGB

 RED value IS 192 (75.39% from 255) = 69.82%

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

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

R = 69.82%
G = 17.45%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C03023 (or 0xC03023) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 23. RGB value is (192,48,35). Sum of RGB (Red+Green+Blue) = 192+48+35=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C03023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03023 is #3FCFDC. Grayscale: #595959. Windows color (decimal): -4181981 or 2306240. OLE color: 2306240.

HSL color Cylindrical-coordinate representation of color #C03023: hue angle of 4.97º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C03023 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 35 -
CMYK 0 0.75 0.82 0.25
HSL 4.97º 0.69% 0.45% -
HSV(B) 4.97º 0.82% 0.75% -
XYZ 23.1 13.44 2.97 -
YUV 89.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 192 48 35 0 0.75 0.82 0.25 4.97 0.69 0.45
Hex C0 30 23 0 4B 52 19 5 45 2D
Octal 300 60 43 0 113 122 31 5 105 55
Binary 11000000 110000 100011 0 1001011 1010010 11001 101 1000101 101101

Color Harmonies of #C03023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03023

Black with #C03023

Text Example


Text Example

White with #C03023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03023; }

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

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

background-color css

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

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

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

border-color css

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

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

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