Html Css Color HEX #AF233D Cardinal

📋 copy color: '#AF233D'

red 175 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #AF233D

Tints of Cardinal #AF233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 64.58%
G = 12.92%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF233D (or 0xAF233D) is known color: Cardinal. HEX triplet: AF, 23 and 3D. RGB value is (175,35,61). Sum of RGB (Red+Green+Blue) = 175+35+61=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF233D is #50DCC2. Grayscale: #4F4F4F. Windows color (decimal): -5299395 or 4006831. OLE color: 4006831.

HSL color Cylindrical-coordinate representation of color #AF233D: hue angle of 348.86º 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 #AF233D is Cyan = 0, Magento = 0.8, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 61 -
CMYK 0 0.8 0.65 0.31
HSL 348.86º 0.67% 0.41% -
HSV(B) 348.86º 0.8% 0.69% -
XYZ 19.12 10.65 5.46 -
YUV 79.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 175 35 61 0 0.8 0.65 0.31 348.86 0.67 0.41
Hex AF 23 3D 0 50 41 1F 15D 43 29
Octal 257 43 75 0 120 101 37 535 103 51
Binary 10101111 100011 111101 0 1010000 1000001 11111 101011101 1000011 101001

Color Harmonies of #AF233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF233D

Black with #AF233D

Text Example


Text Example

White with #AF233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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