Html Css Color HEX #CF1941 Cardinal

📋 copy color: '#CF1941'

red 207 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #CF1941

Tints of Cardinal #CF1941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 69.7%
G = 8.42%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF1941 (or 0xCF1941) is known color: Cardinal. HEX triplet: CF, 19 and 41. RGB value is (207,25,65). Sum of RGB (Red+Green+Blue) = 207+25+65=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1941 is #30E6BE. Grayscale: #545454. Windows color (decimal): -3204799 or 4266447. OLE color: 4266447.

HSL color Cylindrical-coordinate representation of color #CF1941: hue angle of 346.81º degrees, saturation: 0.78, 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 #CF1941 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 65 -
CMYK 0 0.88 0.69 0.19
HSL 346.81º 0.78% 0.45% -
HSV(B) 346.81º 0.88% 0.81% -
XYZ 27.03 14.34 6.34 -
YUV 83.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 207 25 65 0 0.88 0.69 0.19 346.81 0.78 0.45
Hex CF 19 41 0 58 45 13 15B 4E 2D
Octal 317 31 101 0 130 105 23 533 116 55
Binary 11001111 11001 1000001 0 1011000 1000101 10011 101011011 1001110 101101

Color Harmonies of #CF1941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1941

Black with #CF1941

Text Example


Text Example

White with #CF1941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1941; }

 p { color: rgb(207,25,65); }

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

background-color css

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

 a { background-color: rgb(207,25,65); }

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

border-color css

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

 span { border-color: rgb(207,25,65); }

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