Html Css Color HEX #CA431A Harley Davidson Orange

📋 copy color: '#CA431A'

red 202 ◦ green 67 ◦ blue 26

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

Shades of Harley Davidson Orange #CA431A

Tints of Harley Davidson Orange #CA431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 68.47%
G = 22.71%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA431A (or 0xCA431A) is known color: Harley Davidson Orange. HEX triplet: CA, 43 and 1A. RGB value is (202,67,26). Sum of RGB (Red+Green+Blue) = 202+67+26=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA431A is #35BCE5. Grayscale: #666666. Windows color (decimal): -3521766 or 1721290. OLE color: 1721290.

HSL color Cylindrical-coordinate representation of color #CA431A: hue angle of 13.98º degrees, saturation: 0.77, 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 #CA431A is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 26 -
CMYK 0 0.67 0.87 0.21
HSL 13.98º 0.77% 0.45% -
HSV(B) 13.98º 0.87% 0.79% -
XYZ 26.55 16.65 2.79 -
YUV 102.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 202 67 26 0 0.67 0.87 0.21 13.98 0.77 0.45
Hex CA 43 1A 0 43 57 15 E 4D 2D
Octal 312 103 32 0 103 127 25 16 115 55
Binary 11001010 1000011 11010 0 1000011 1010111 10101 1110 1001101 101101

Color Harmonies of #CA431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA431A

Black with #CA431A

Text Example


Text Example

White with #CA431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA431A; }

 p { color: rgb(202,67,26); }

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

background-color css

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

 a { background-color: rgb(202,67,26); }

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

border-color css

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

 span { border-color: rgb(202,67,26); }

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