Html Css Color HEX #AF233F Cardinal

📋 copy color: '#AF233F'

red 175 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #AF233F

Tints of Cardinal #AF233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

 BLUE value IS 63 (25% from 255) = 23.08%

R = 64.1%
G = 12.82%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF233F (or 0xAF233F) is known color: Cardinal. HEX triplet: AF, 23 and 3F. RGB value is (175,35,63). Sum of RGB (Red+Green+Blue) = 175+35+63=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF233F is #50DCC0. Grayscale: #505050. Windows color (decimal): -5299393 or 4137903. OLE color: 4137903.

HSL color Cylindrical-coordinate representation of color #AF233F: hue angle of 348º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF233F is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 63 -
CMYK 0 0.8 0.64 0.31
HSL 348º 0.67% 0.41% -
HSV(B) 348º 0.8% 0.69% -
XYZ 19.18 10.67 5.75 -
YUV 80.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 175 35 63 0 0.8 0.64 0.31 348 0.67 0.41
Hex AF 23 3F 0 50 40 1F 15C 43 29
Octal 257 43 77 0 120 100 37 534 103 51
Binary 10101111 100011 111111 0 1010000 1000000 11111 101011100 1000011 101001

Color Harmonies of #AF233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF233F

Black with #AF233F

Text Example


Text Example

White with #AF233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF233F; }

 p { color: rgb(175,35,63); }

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

background-color css

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

 a { background-color: rgb(175,35,63); }

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

border-color css

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

 span { border-color: rgb(175,35,63); }

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