Html Css Color HEX #C83D25 Harley Davidson Orange

📋 copy color: '#C83D25'

red 200 ◦ green 61 ◦ blue 37

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

Shades of Harley Davidson Orange #C83D25

Tints of Harley Davidson Orange #C83D25

RGB

 RED value IS 200 (78.52% from 255) = 67.11%

 GREEN value IS 61 (24.22% from 255) = 20.47%

 BLUE value IS 37 (14.84% from 255) = 12.42%

R = 67.11%
G = 20.47%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83D25 (or 0xC83D25) is known color: Harley Davidson Orange. HEX triplet: C8, 3D and 25. RGB value is (200,61,37). Sum of RGB (Red+Green+Blue) = 200+61+37=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D25 is #37C2DA. Grayscale: #646464. Windows color (decimal): -3654363 or 2440648. OLE color: 2440648.

HSL color Cylindrical-coordinate representation of color #C83D25: hue angle of 8.83º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83D25 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 61 37 -
CMYK 0 0.69 0.82 0.22
HSL 8.83º 0.69% 0.46% -
HSV(B) 8.83º 0.82% 0.78% -
XYZ 25.82 15.75 3.43 -
YUV 99.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 200 61 37 0 0.69 0.82 0.22 8.83 0.69 0.46
Hex C8 3D 25 0 45 52 16 9 45 2E
Octal 310 75 45 0 105 122 26 11 105 56
Binary 11001000 111101 100101 0 1000101 1010010 10110 1001 1000101 101110

Color Harmonies of #C83D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83D25

Black with #C83D25

Text Example


Text Example

White with #C83D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83D25; }

 p { color: rgb(200,61,37); }

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

background-color css

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

 a { background-color: rgb(200,61,37); }

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

border-color css

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

 span { border-color: rgb(200,61,37); }

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