Html Css Color HEX #CF213A Cardinal

📋 copy color: '#CF213A'

red 207 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #CF213A

Tints of Cardinal #CF213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 69.46%
G = 11.07%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF213A (or 0xCF213A) is known color: Cardinal. HEX triplet: CF, 21 and 3A. RGB value is (207,33,58). Sum of RGB (Red+Green+Blue) = 207+33+58=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF213A is #30DEC5. Grayscale: #575757. Windows color (decimal): -3202758 or 3809743. OLE color: 3809743.

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

Color convert

RGB 207 33 58 -
CMYK 0 0.84 0.72 0.19
HSL 351.38º 0.73% 0.47% -
HSV(B) 351.38º 0.84% 0.81% -
XYZ 27.04 14.66 5.41 -
YUV 87.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 207 33 58 0 0.84 0.72 0.19 351.38 0.73 0.47
Hex CF 21 3A 0 54 48 13 15F 48 2F
Octal 317 41 72 0 124 110 23 537 110 57
Binary 11001111 100001 111010 0 1010100 1001000 10011 101011111 1001000 101111

Color Harmonies of #CF213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF213A

Black with #CF213A

Text Example


Text Example

White with #CF213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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