Html Css Color HEX #CF173A Cardinal

📋 copy color: '#CF173A'

red 207 ◦ green 23 ◦ blue 58

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

Shades of Cardinal #CF173A

Tints of Cardinal #CF173A

RGB

 RED value IS 207 (81.25% from 255) = 71.88%

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 71.88%
G = 7.99%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF173A (or 0xCF173A) is known color: Cardinal. HEX triplet: CF, 17 and 3A. RGB value is (207,23,58). Sum of RGB (Red+Green+Blue) = 207+23+58=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF173A is #30E8C5. Grayscale: #525252. Windows color (decimal): -3205318 or 3807183. OLE color: 3807183.

HSL color Cylindrical-coordinate representation of color #CF173A: hue angle of 348.59º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF173A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 58 -
CMYK 0 0.89 0.72 0.19
HSL 348.59º 0.8% 0.45% -
HSV(B) 348.59º 0.89% 0.81% -
XYZ 26.8 14.18 5.33 -
YUV 82.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 207 23 58 0 0.89 0.72 0.19 348.59 0.8 0.45
Hex CF 17 3A 0 59 48 13 15D 50 2D
Octal 317 27 72 0 131 110 23 535 120 55
Binary 11001111 10111 111010 0 1011001 1001000 10011 101011101 1010000 101101

Color Harmonies of #CF173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF173A

Black with #CF173A

Text Example


Text Example

White with #CF173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF173A; }

 p { color: rgb(207,23,58); }

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

background-color css

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

 a { background-color: rgb(207,23,58); }

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

border-color css

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

 span { border-color: rgb(207,23,58); }

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