Html Css Color HEX #CF1F4A Cardinal

📋 copy color: '#CF1F4A'

red 207 ◦ green 31 ◦ blue 74

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

Shades of Cardinal #CF1F4A

Tints of Cardinal #CF1F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 66.35%
G = 9.94%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF1F4A (or 0xCF1F4A) is known color: Cardinal. HEX triplet: CF, 1F and 4A. RGB value is (207,31,74). Sum of RGB (Red+Green+Blue) = 207+31+74=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1F4A is #30E0B5. Grayscale: #585858. Windows color (decimal): -3203254 or 4857807. OLE color: 4857807.

HSL color Cylindrical-coordinate representation of color #CF1F4A: hue angle of 345.34º 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 #CF1F4A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 31 74 -
CMYK 0 0.85 0.64 0.19
HSL 345.34º 0.74% 0.47% -
HSV(B) 345.34º 0.85% 0.81% -
XYZ 27.46 14.74 7.88 -
YUV 88.53 119.81 212.5 -
System Red Green Blue C M Y K H S L
Decimal 207 31 74 0 0.85 0.64 0.19 345.34 0.74 0.47
Hex CF 1F 4A 0 55 40 13 159 4A 2F
Octal 317 37 112 0 125 100 23 531 112 57
Binary 11001111 11111 1001010 0 1010101 1000000 10011 101011001 1001010 101111

Color Harmonies of #CF1F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F4A

Black with #CF1F4A

Text Example


Text Example

White with #CF1F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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