Html Css Color HEX #CA461B Harley Davidson Orange

📋 copy color: '#CA461B'

red 202 ◦ green 70 ◦ blue 27

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

Shades of Harley Davidson Orange #CA461B

Tints of Harley Davidson Orange #CA461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 67.56%
G = 23.41%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA461B (or 0xCA461B) is known color: Harley Davidson Orange. HEX triplet: CA, 46 and 1B. RGB value is (202,70,27). Sum of RGB (Red+Green+Blue) = 202+70+27=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA461B is #35B9E4. Grayscale: #686868. Windows color (decimal): -3520997 or 1787594. OLE color: 1787594.

HSL color Cylindrical-coordinate representation of color #CA461B: hue angle of 14.74º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA461B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 70 27 -
CMYK 0 0.65 0.87 0.21
HSL 14.74º 0.76% 0.45% -
HSV(B) 14.74º 0.87% 0.79% -
XYZ 26.75 17.02 2.91 -
YUV 104.57 84.23 197.5 -
System Red Green Blue C M Y K H S L
Decimal 202 70 27 0 0.65 0.87 0.21 14.74 0.76 0.45
Hex CA 46 1B 0 41 57 15 F 4C 2D
Octal 312 106 33 0 101 127 25 17 114 55
Binary 11001010 1000110 11011 0 1000001 1010111 10101 1111 1001100 101101

Color Harmonies of #CA461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA461B

Black with #CA461B

Text Example


Text Example

White with #CA461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA461B; }

 p { color: rgb(202,70,27); }

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

background-color css

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

 a { background-color: rgb(202,70,27); }

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

border-color css

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

 span { border-color: rgb(202,70,27); }

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