Html Css Color HEX #CF1E3A Cardinal

📋 copy color: '#CF1E3A'

red 207 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #CF1E3A

Tints of Cardinal #CF1E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

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

R = 70.17%
G = 10.17%
B = 19.66%

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

#CF1E3A (or 0xCF1E3A) is known color: Cardinal. HEX triplet: CF, 1E and 3A. RGB value is (207,30,58). Sum of RGB (Red+Green+Blue) = 207+30+58=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E3A is #30E1C5. Grayscale: #565656. Windows color (decimal): -3203526 or 3808975. OLE color: 3808975.

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

Color convert

RGB 207 30 58 -
CMYK 0 0.86 0.72 0.19
HSL 350.51º 0.75% 0.46% -
HSV(B) 350.51º 0.86% 0.81% -
XYZ 26.96 14.5 5.38 -
YUV 86.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 207 30 58 0 0.86 0.72 0.19 350.51 0.75 0.46
Hex CF 1E 3A 0 56 48 13 15F 4B 2E
Octal 317 36 72 0 126 110 23 537 113 56
Binary 11001111 11110 111010 0 1010110 1001000 10011 101011111 1001011 101110

Color Harmonies of #CF1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1E3A

Black with #CF1E3A

Text Example


Text Example

White with #CF1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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