Html Css Color HEX #CF1D3A Cardinal

📋 copy color: '#CF1D3A'

red 207 ◦ green 29 ◦ blue 58

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

Shades of Cardinal #CF1D3A

Tints of Cardinal #CF1D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

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

R = 70.41%
G = 9.86%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF1D3A (or 0xCF1D3A) is known color: Cardinal. HEX triplet: CF, 1D and 3A. RGB value is (207,29,58). Sum of RGB (Red+Green+Blue) = 207+29+58=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1D3A is #30E2C5. Grayscale: #555555. Windows color (decimal): -3203782 or 3808719. OLE color: 3808719.

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

Color convert

RGB 207 29 58 -
CMYK 0 0.86 0.72 0.19
HSL 350.22º 0.75% 0.46% -
HSV(B) 350.22º 0.86% 0.81% -
XYZ 26.94 14.45 5.37 -
YUV 85.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 207 29 58 0 0.86 0.72 0.19 350.22 0.75 0.46
Hex CF 1D 3A 0 56 48 13 15E 4B 2E
Octal 317 35 72 0 126 110 23 536 113 56
Binary 11001111 11101 111010 0 1010110 1001000 10011 101011110 1001011 101110

Color Harmonies of #CF1D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1D3A

Black with #CF1D3A

Text Example


Text Example

White with #CF1D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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