Html Css Color HEX #AF1738 Cardinal

📋 copy color: '#AF1738'

red 175 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #AF1738

Tints of Cardinal #AF1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 68.9%
G = 9.06%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF1738 (or 0xAF1738) is known color: Cardinal. HEX triplet: AF, 17 and 38. RGB value is (175,23,56). Sum of RGB (Red+Green+Blue) = 175+23+56=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1738 is #50E8C7. Grayscale: #484848. Windows color (decimal): -5302472 or 3676079. OLE color: 3676079.

HSL color Cylindrical-coordinate representation of color #AF1738: hue angle of 346.97º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1738 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 56 -
CMYK 0 0.87 0.68 0.31
HSL 346.97º 0.77% 0.39% -
HSV(B) 346.97º 0.87% 0.69% -
XYZ 18.7 10.01 4.69 -
YUV 72.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 175 23 56 0 0.87 0.68 0.31 346.97 0.77 0.39
Hex AF 17 38 0 57 44 1F 15B 4D 27
Octal 257 27 70 0 127 104 37 533 115 47
Binary 10101111 10111 111000 0 1010111 1000100 11111 101011011 1001101 100111

Color Harmonies of #AF1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1738

Black with #AF1738

Text Example


Text Example

White with #AF1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1738; }

 p { color: rgb(175,23,56); }

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

background-color css

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

 a { background-color: rgb(175,23,56); }

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

border-color css

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

 span { border-color: rgb(175,23,56); }

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