Html Css Color HEX #CF1831 Cardinal

📋 copy color: '#CF1831'

red 207 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #CF1831

Tints of Cardinal #CF1831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 73.93%
G = 8.57%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF1831 (or 0xCF1831) is known color: Cardinal. HEX triplet: CF, 18 and 31. RGB value is (207,24,49). Sum of RGB (Red+Green+Blue) = 207+24+49=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1831 is #30E7CE. Grayscale: #515151. Windows color (decimal): -3205071 or 3217615. OLE color: 3217615.

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

Color convert

RGB 207 24 49 -
CMYK 0 0.88 0.76 0.19
HSL 351.8º 0.79% 0.45% -
HSV(B) 351.8º 0.88% 0.81% -
XYZ 26.61 14.14 4.23 -
YUV 81.57 109.63 217.47 -
System Red Green Blue C M Y K H S L
Decimal 207 24 49 0 0.88 0.76 0.19 351.8 0.79 0.45
Hex CF 18 31 0 58 4C 13 160 4F 2D
Octal 317 30 61 0 130 114 23 540 117 55
Binary 11001111 11000 110001 0 1011000 1001100 10011 101100000 1001111 101101

Color Harmonies of #CF1831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1831

Black with #CF1831

Text Example


Text Example

White with #CF1831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1831; }

 p { color: rgb(207,24,49); }

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

background-color css

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

 a { background-color: rgb(207,24,49); }

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

border-color css

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

 span { border-color: rgb(207,24,49); }

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