Html Css Color HEX #AF1D43 Cardinal

📋 copy color: '#AF1D43'

red 175 ◦ green 29 ◦ blue 67

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

Shades of Cardinal #AF1D43

Tints of Cardinal #AF1D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

 BLUE value IS 67 (26.56% from 255) = 24.72%

R = 64.58%
G = 10.7%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF1D43 (or 0xAF1D43) is known color: Cardinal. HEX triplet: AF, 1D and 43. RGB value is (175,29,67). Sum of RGB (Red+Green+Blue) = 175+29+67=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D43 is #50E2BC. Grayscale: #4C4C4C. Windows color (decimal): -5300925 or 4398511. OLE color: 4398511.

HSL color Cylindrical-coordinate representation of color #AF1D43: hue angle of 344.38º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D43 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 29 67 -
CMYK 0 0.83 0.62 0.31
HSL 344.38º 0.72% 0.4% -
HSV(B) 344.38º 0.83% 0.69% -
XYZ 19.13 10.4 6.31 -
YUV 76.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 175 29 67 0 0.83 0.62 0.31 344.38 0.72 0.4
Hex AF 1D 43 0 53 3E 1F 158 48 28
Octal 257 35 103 0 123 76 37 530 110 50
Binary 10101111 11101 1000011 0 1010011 111110 11111 101011000 1001000 101000

Color Harmonies of #AF1D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D43

Black with #AF1D43

Text Example


Text Example

White with #AF1D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D43; }

 p { color: rgb(175,29,67); }

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

background-color css

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

 a { background-color: rgb(175,29,67); }

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

border-color css

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

 span { border-color: rgb(175,29,67); }

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