Html Css Color HEX #CA3817 Harley Davidson Orange

📋 copy color: '#CA3817'

red 202 ◦ green 56 ◦ blue 23

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

Shades of Harley Davidson Orange #CA3817

Tints of Harley Davidson Orange #CA3817

RGB

 RED value IS 202 (79.3% from 255) = 71.89%

 GREEN value IS 56 (22.27% from 255) = 19.93%

 BLUE value IS 23 (9.38% from 255) = 8.19%

R = 71.89%
G = 19.93%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA3817 (or 0xCA3817) is known color: Harley Davidson Orange. HEX triplet: CA, 38 and 17. RGB value is (202,56,23). Sum of RGB (Red+Green+Blue) = 202+56+23=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3817 is #35C7E8. Grayscale: #606060. Windows color (decimal): -3524585 or 1521866. OLE color: 1521866.

HSL color Cylindrical-coordinate representation of color #CA3817: hue angle of 11.06º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA3817 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 56 23 -
CMYK 0 0.72 0.89 0.21
HSL 11.06º 0.8% 0.44% -
HSV(B) 11.06º 0.89% 0.79% -
XYZ 25.93 15.45 2.43 -
YUV 95.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 202 56 23 0 0.72 0.89 0.21 11.06 0.8 0.44
Hex CA 38 17 0 48 59 15 B 50 2C
Octal 312 70 27 0 110 131 25 13 120 54
Binary 11001010 111000 10111 0 1001000 1011001 10101 1011 1010000 101100

Color Harmonies of #CA3817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3817

Black with #CA3817

Text Example


Text Example

White with #CA3817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3817; }

 p { color: rgb(202,56,23); }

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

background-color css

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

 a { background-color: rgb(202,56,23); }

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

border-color css

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

 span { border-color: rgb(202,56,23); }

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