Html Css Color HEX #CA390D Harley Davidson Orange

📋 copy color: '#CA390D'

red 202 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #CA390D

Tints of Harley Davidson Orange #CA390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 74.26%
G = 20.96%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA390D (or 0xCA390D) is known color: Harley Davidson Orange. HEX triplet: CA, 39 and 0D. RGB value is (202,57,13). Sum of RGB (Red+Green+Blue) = 202+57+13=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA390D is #35C6F2. Grayscale: #5F5F5F. Windows color (decimal): -3524339 or 866762. OLE color: 866762.

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

Color convert

RGB 202 57 13 -
CMYK 0 0.72 0.94 0.21
HSL 13.97º 0.88% 0.42% -
HSV(B) 13.97º 0.94% 0.79% -
XYZ 25.89 15.51 2.01 -
YUV 95.34 81.54 204.08 -
System Red Green Blue C M Y K H S L
Decimal 202 57 13 0 0.72 0.94 0.21 13.97 0.88 0.42
Hex CA 39 D 0 48 5E 15 E 58 2A
Octal 312 71 15 0 110 136 25 16 130 52
Binary 11001010 111001 1101 0 1001000 1011110 10101 1110 1011000 101010

Color Harmonies of #CA390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA390D

Black with #CA390D

Text Example


Text Example

White with #CA390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA390D; }

 p { color: rgb(202,57,13); }

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

background-color css

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

 a { background-color: rgb(202,57,13); }

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

border-color css

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

 span { border-color: rgb(202,57,13); }

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