Html Css Color HEX #CA241C Harley Davidson Orange

📋 copy color: '#CA241C'

red 202 ◦ green 36 ◦ blue 28

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

Shades of Harley Davidson Orange #CA241C

Tints of Harley Davidson Orange #CA241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 75.94%
G = 13.53%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA241C (or 0xCA241C) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 1C. RGB value is (202,36,28). Sum of RGB (Red+Green+Blue) = 202+36+28=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA241C is #35DBE3. Grayscale: #545454. Windows color (decimal): -3529700 or 1844426. OLE color: 1844426.

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

Color convert

RGB 202 36 28 -
CMYK 0 0.82 0.86 0.21
HSL 2.76º 0.76% 0.45% -
HSV(B) 2.76º 0.86% 0.79% -
XYZ 25.2 13.9 2.45 -
YUV 84.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 202 36 28 0 0.82 0.86 0.21 2.76 0.76 0.45
Hex CA 24 1C 0 52 56 15 3 4C 2D
Octal 312 44 34 0 122 126 25 3 114 55
Binary 11001010 100100 11100 0 1010010 1010110 10101 11 1001100 101101

Color Harmonies of #CA241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA241C

Black with #CA241C

Text Example


Text Example

White with #CA241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA241C; }

 p { color: rgb(202,36,28); }

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

background-color css

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

 a { background-color: rgb(202,36,28); }

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

border-color css

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

 span { border-color: rgb(202,36,28); }

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