Html Css Color HEX #AF1541 Cardinal

📋 copy color: '#AF1541'

red 175 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #AF1541

Tints of Cardinal #AF1541

RGB

 RED value IS 175 (68.75% from 255) = 67.05%

 GREEN value IS 21 (8.59% from 255) = 8.05%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 67.05%
G = 8.05%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1541 (or 0xAF1541) is known color: Cardinal. HEX triplet: AF, 15 and 41. RGB value is (175,21,65). Sum of RGB (Red+Green+Blue) = 175+21+65=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1541 is #50EABE. Grayscale: #484848. Windows color (decimal): -5302975 or 4265391. OLE color: 4265391.

HSL color Cylindrical-coordinate representation of color #AF1541: hue angle of 342.86º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1541 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 65 -
CMYK 0 0.88 0.63 0.31
HSL 342.86º 0.79% 0.38% -
HSV(B) 342.86º 0.88% 0.69% -
XYZ 18.9 10.03 5.94 -
YUV 72.06 124.02 201.42 -
System Red Green Blue C M Y K H S L
Decimal 175 21 65 0 0.88 0.63 0.31 342.86 0.79 0.38
Hex AF 15 41 0 58 3F 1F 157 4F 26
Octal 257 25 101 0 130 77 37 527 117 46
Binary 10101111 10101 1000001 0 1011000 111111 11111 101010111 1001111 100110

Color Harmonies of #AF1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1541

Black with #AF1541

Text Example


Text Example

White with #AF1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1541; }

 p { color: rgb(175,21,65); }

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

background-color css

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

 a { background-color: rgb(175,21,65); }

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

border-color css

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

 span { border-color: rgb(175,21,65); }

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