Html Css Color HEX #CF233C Cardinal

📋 copy color: '#CF233C'

red 207 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #CF233C

Tints of Cardinal #CF233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 68.54%
G = 11.59%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF233C (or 0xCF233C) is known color: Cardinal. HEX triplet: CF, 23 and 3C. RGB value is (207,35,60). Sum of RGB (Red+Green+Blue) = 207+35+60=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF233C is #30DCC3. Grayscale: #595959. Windows color (decimal): -3202244 or 3941327. OLE color: 3941327.

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

Color convert

RGB 207 35 60 -
CMYK 0 0.83 0.71 0.19
HSL 351.28º 0.71% 0.47% -
HSV(B) 351.28º 0.83% 0.81% -
XYZ 27.15 14.79 5.7 -
YUV 89.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 207 35 60 0 0.83 0.71 0.19 351.28 0.71 0.47
Hex CF 23 3C 0 53 47 13 15F 47 2F
Octal 317 43 74 0 123 107 23 537 107 57
Binary 11001111 100011 111100 0 1010011 1000111 10011 101011111 1000111 101111

Color Harmonies of #CF233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF233C

Black with #CF233C

Text Example


Text Example

White with #CF233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF233C; }

 p { color: rgb(207,35,60); }

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

background-color css

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

 a { background-color: rgb(207,35,60); }

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

border-color css

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

 span { border-color: rgb(207,35,60); }

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