Html Css Color HEX #CF1F31 Cardinal

📋 copy color: '#CF1F31'

red 207 ◦ green 31 ◦ blue 49

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

Shades of Cardinal #CF1F31

Tints of Cardinal #CF1F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 72.13%
G = 10.8%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF1F31 (or 0xCF1F31) is known color: Cardinal. HEX triplet: CF, 1F and 31. RGB value is (207,31,49). Sum of RGB (Red+Green+Blue) = 207+31+49=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1F31 is #30E0CE. Grayscale: #555555. Windows color (decimal): -3203279 or 3219407. OLE color: 3219407.

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

Color convert

RGB 207 31 49 -
CMYK 0 0.85 0.76 0.19
HSL 353.86º 0.74% 0.47% -
HSV(B) 353.86º 0.85% 0.81% -
XYZ 26.78 14.47 4.29 -
YUV 85.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 207 31 49 0 0.85 0.76 0.19 353.86 0.74 0.47
Hex CF 1F 31 0 55 4C 13 162 4A 2F
Octal 317 37 61 0 125 114 23 542 112 57
Binary 11001111 11111 110001 0 1010101 1001100 10011 101100010 1001010 101111

Color Harmonies of #CF1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F31

Black with #CF1F31

Text Example


Text Example

White with #CF1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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